[pstricks] Displaying a unsymetrich diagram
Nicolai Emig
Nicolai at areaemig.de
Mon Nov 21 15:37:52 CET 2005
With your help I was able to create this diagram:
\psset{yunit=100cm}
\begin{pspicture}{-0.5m-1.1}{11,-1.6}
\psaxes[dy=1cm,Dy=0.01,Oy=-1.10]{->}(0,-1.1)(11,-1.6)
\psdots(1,-1.577)
\psdots(2,-1.526)
\psdots(3,-1.475)
\psdots(4,-1.423)
\psdots(5,-1.373)
\psdots(6,-1.321)
\psdots(7,-1.270)
\psdots(8,-1.217)
\psdots(9,-1.170)
\psdots(10,-1.118)
\end{pspicture}
but as you can see the dot grow out of the axes boundaries. If I scale
it down (\psset{yunit=50cm}) it fits onto the page but the y-units do
not show the proper values and are not
corresponding to the dots I set.
Nicolai Emig
Herbert Voss wrote:
> 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}
>
> _______________________________________________
> pstricks mailing list
> pstricks at tug.org
> http://tug.org/mailman/listinfo/pstricks
>
>
More information about the PSTricks
mailing list