[pstricks] Axis scaling with \psplotThreeD

Herbert Voss Herbert.Voss at FU-Berlin.DE
Wed Dec 2 18:56:57 CET 2009


Am 02.12.2009 14:55, schrieb Hernando Diaz Morales:

> I need to use different scaling for x and y axes in a 3D plot using
> \psplotThreeD. I have not been able to find the answer in the
> documentation.
> 
> The question is: I need the x axis in [0,10] and the y axis in [0,0.01],
> but I'd like them to be approximately the same length.
> What should I do? I would appreciate your help

\documentclass{article}
\usepackage{pst-3dplot}
\begin{document}

\begin{pspicture}(-6,-3)(6,4)
\psset{yThreeDunit=100,yMax=0.1,yMin=0,Dy=0.02,
       xMax=10,xMin=0,deltay=0.02,IIIDticks}
\pstThreeDCoor
\end{pspicture}

\end{document}


More information about the PSTricks mailing list