[pstricks] Displaying a unsymetrich diagram

Herbert Voss LaTeX at zedat.fu-berlin.de
Tue Nov 22 19:24:09 CET 2005


Nicolai Emig wrote:
> Dürfte ich nochmal fragen warum dieses rput nicht funktioniert?
> 
> \def\data{0.003472 -14.16 0.003356 -12.75 0.003246 -11.27}
> \def\dataline{0.003472 -14.16 0.0032 -10.68}
> 
> \pstScalePoints(1000,1){}{ neg }

all x values are scaled with 1000 and the y value are absolute

> \psset{yunit=1cm, xunit=30cm}
> \begin{pspicture}(3.2,9)(3.5,15)
> \psaxes[dy=1cm,Dy=-1.0,Oy=-9,dx=3cm,Ox=0.0032,Dx=0.0001]{->}(3.2,9)(3.6,14.5) 

the x interval of the axis is 3.2 ... 3.5  ! and not 0.0032 ...
omly the labels are of the same values as the data

> \listplot[plotstyle=line]{\dataline}
> \listplot[plotstyle=dots]{\data}
> 
> \rput(0.0035, -10.68){-10.68}

\rput(3.5,10.68){-10.68}


Herbert




More information about the PSTricks mailing list