[pstricks] Re: Right-handed coordinates in pst-3dplot

Joel Salomon joelcsalomon at gmail.com
Mon Jan 9 21:47:42 CET 2006


Never mind, I caught my mistake.  The pst-3d package does give me the
right-handed coordinate systtem I want.  I had an extra rotation that
confused me.  Now I'm using:

\documentclass{minimal}
\usepackage{pstricks}
\usepackage{pst-3dplot}
\begin{document}
\pagestyle{empty}
\psset{Alpha=30,Beta=15,RotY=-90}
\begin{pspicture}(-4,-4)(4,4)\psgrid
        \pstThreeDCoor[drawing=true,
                xMin=-4,xMax=4,%
                yMin=-4,yMax=4,%
                zMin=-4,zMax=4]
        \pstThreeDDot(1,1,0)
\end{pspicture}
\end{document}

Sorry for the noise.

--Joel




More information about the PSTricks mailing list