Search found 1 match

by carlos
Fri May 14, 2010 3:05 am
Forum: Graphics, Figures & Tables
Topic: Problem with \psaxes
Replies: 3
Views: 2771

Problem with \psaxes

Hi,

I've a problem using \psaxes plotting a simple axe (I've omitted some graph parts), the figure code is:

\centering \scalebox{1}{
\psset{xunit=1cm,yunit=1cm}
\begin{pspicture}(-0.5,-0.5)(12,6)
\psaxes[Dx=5,dx=1cm,Dy=4000,dy=1cm,tickstyle=below,ticksize=3pt]{->}(0,0)(11,6)
\end{pspicture ...