[pstricks] Displaying a unsymetrich diagram
Nicolai Emig
Nicolai at areaemig.de
Tue Nov 22 06:25:56 CET 2005
I really thank you for all your help.
Is there any docu or (available) book that answers all the questions I have?
e.g. why (in the diagram you mage) the values do not show at the right
x-coord?
Thanks in advance and I hope it's the last disturbing question I have
Nicolai
Herbert Voss wrote:
> Nicolai Emig wrote:
>
> > I do not seem to understand this and I am getting really annoyed.
> Why doesn't this diagram show right?
> >
> > \def\data{0.003472 -14.159 0.003246 -11.27}
> >
> > \pstScalePoints(1,1){}{ neg }
> > \psset{yunit=1cm, xunit=10000cm}
> > \begin{pspicture}(0,11.1)(0.001,15)
> > \psaxes[dy=1cm,Dy=-1,Oy=-11.2,dx=2.5cm, Dx=0.0001,
> Ox=0.0032]{->}(0.0032,11.2)(0.0035,14.0)
> > \listplot[plotstyle=dots]{\data}
> > \end{pspicture}
> >
> >
> >
> > I declared xunit 10.000cm because I want one x unit to be 0.0001
> >
> > my pspicture goes from 0 to 0.001 (thus being 10cm with my xunit)
> >
> > psaxes defines a unit of 2.5 cm for 0.0001 units and the Origin is
> at 0.0032
> >
> > My x Axis goes from 0.0032 to 0.0035 so the datavalues I defined
> should be in range.
> >
> > But the diagram is totally screwed up. No x-axes shown and the dots
> are at the complete wrong places.
>
>
>
>
> \def\data{0.003472 -14.159 0.003246 -11.27}
>
> \pstScalePoints(1000,1){}{ neg }
> \psset{yunit=1cm, xunit=30cm}
> \begin{pspicture}(3.2,11.1)(3.5,15)
> \psaxes[dy=1cm,Dy=-1,Oy=-11.2,dx=2.5cm, Dx=0.0001,
> Ox=0.0032]{->}(3.2,11.2)(3.5,14.0)
> \listplot[plotstyle=dots]{\data}
> \end{pspicture}
>
>
> Herbert
>
> _______________________________________________
> pstricks mailing list
> pstricks at tug.org
> http://tug.org/mailman/listinfo/pstricks
>
>
More information about the PSTricks
mailing list