[pstricks] Re: newpsstyle and pst-3dplot compatibility when xMin, etc. included
Richard Hensh
hensh at math.msu.edu
Wed Jan 26 23:00:33 CET 2005
> -----Original Message-----
> From: pstricks-bounces at tug.org
> [mailto:pstricks-bounces at tug.org] On Behalf Of Herbert Voss
> Sent: Wednesday, January 26, 2005 3:21 PM
> To: hensh at math.msu.edu
> Cc: LaTeX Lists
> Subject: [pstricks] Re: newpsstyle and pst-3dplot
> compatibility when xMin,etc. included
>
> Richard Hensh wrote:
> > Maybe someone can help.
> >
> > The first picture below compiles successfully while the
> second does not.
>
> I do not really know why, but this helps. Have to investigate here
>
> \newpsstyle{myThreeDStyle}%
> {linewidth=1.5pt,linecolor=gray,xMin=\xMin,xMax=\xMax%
> ,yMin=\yMin,yMax=\yMax,zMin=\zMin,zMax=\zMax,}%
> ^^^^^
>
> Herbert
>
...and so does this
\newpsstyle{myThreeDStyle}%
{xMin=\xMin,xMax=\xMax,yMin=\yMin,yMax=\yMax,zMin=\zMin,zMax=\zMax%
,linewidth=1.5pt,linecolor=gray}%
...notice the reordering.
Thanks
ricky
More information about the PSTricks
mailing list