[pstricks] Problems with psgraph
Herbert Voss
LaTeX at zedat.fu-berlin.de
Tue Jul 25 16:25:16 CEST 2006
Martin Sievers wrote:
> one more question as I tried to adapt your hints to my document. When I
> plot a function the values do not correspond correctly to the x-Axis.
> What's the problem there?
your values, the x-axis is the other way round,
it points from right to left, so 8 is the
distance from right to left, which ends at 0.81.
> \begin{psgraph}(10,0)(7.9,0)(10,40){12cm}{9cm}%
in general, se same number of digits
\begin{psgraph}(10.0,0)(7.9,0)(10.0,40){12cm}{9cm}%
7.9 -> 10.0
Herbert
More information about the PSTricks
mailing list