[pstricks] psaxes
Herbert Voss
LaTeX at zedat.fu-berlin.de
Thu Sep 22 22:32:24 CEST 2005
Denis Vergès wrote:
> I have a big problem with \psaxes :
>
> %%%%%%%%%%%%%%%%%%%With
> \psset{xunit=1cm,yunit=.000007cm}
> \begin{pspicture}(-1,700000)(10,2500000)
> \psaxes[linewidth=1.5pt,Oy=750000,Dy=250000]{->}(0,750000)
> (-1,725000)(10,2500000)
> \end{pspicture}
> %%%%%%%%%%%%%%%%%% no y-axis
a problem with such big values.
Herbert
\documentclass{minimal}
\usepackage{pst-plot}
\begin{document}
\psset{xunit=1cm,yunit=7cm}
\begin{pspicture}(-1,.75)(10,2.5)
\psaxes[linewidth=1.5pt,Dy=250000,dy=0.16\psyunit]{->}(0,.75)(-1,.725)(10,2.5)
\end{pspicture}
\end{document}
More information about the PSTricks
mailing list