[pstricks] Displaying a unsymetrich diagram

Nicolai Emig Nicolai at areaemig.de
Tue Nov 22 19:10:19 CET 2005


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 }
\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)

\listplot[plotstyle=line]{\dataline}
\listplot[plotstyle=dots]{\data}

\rput(0.0035, -10.68){-10.68}

\end{pspicture}
\vspace{0.3cm}

Herbert Voss wrote:

> Herbert Voss wrote:
>
>> Nicolai Emig wrote:
>>
>>> I really thank you for all your help.
>>>
>>> Is there any docu or (available) book that answers all the questions 
>>> I have?
>>
>>
>>
>> http://tug.org/PSTricks/main.cgi?file=docs
>>
>>>
>>> e.g. why (in the diagram you mage) the values do not show at the 
>>> right x-coord?
>>
>>
>>
>> \psaxes[dy=1cm,Dy=-1,Oy=-11.2,dx=1.5cm, Dx=0.00005, 
>> Ox=0.00320]{->}(3.2,11.2)(3.5,14.0)
>>
>> or
>>
>> \psaxes[dy=1cm,Dy=-1,Oy=-11.2,dx=3cm, Dx=0.0001, 
>> Ox=0.0032]{->}(3.2,11.2)(3.5,14.0)
>
>
> and Dy=-1.0 instead of Dy=-1
>
> otherwise the y-values are not correct, the number of decimals
> for Oy and Dy must be the same.
>
> Herbert
>
>
> _______________________________________________
> pstricks mailing list
> pstricks at tug.org
> http://tug.org/mailman/listinfo/pstricks
>
>




More information about the PSTricks mailing list