[pstricks] Displaying a unsymetrich diagram

Herbert Voss LaTeX at zedat.fu-berlin.de
Mon Nov 21 07:15:32 CET 2005


Nicolai Emig wrote:

> Is it possible to mirror the y-axis so that the negative values will 
> show above the x-axis and not below?

answer always to the list and not to me as private mail ...

Herbert


\documentclass{minimal}
\usepackage{pst-plot}
\pagestyle{empty}
\begin{document}

\psset{yunit=100cm}
\begin{pspicture}(-0.5,1.65)(11,1.8)
  \psaxes[dy=1cm,Dy=0.01,Oy=-1.70]{->}(0,1.7)(11,1.8)
\end{pspicture}

\end{document}




More information about the PSTricks mailing list