Echoplex
30-09-2010, 21:33
Hallo,
kann ich bei PSTricks einen Graph ohne irgendwelche Angaben von Koordinaten beschriften?
Beispiel:
\def\dataI{%
0 0 1.1 0.42 1.9 .78 2.6 .98 4.6 1.4 6.1 1.6 8.1 1.7 9.1 1.8}
\def\dataII{%
0 0 1.2 0.53 2.3 1 3.9 1.6 4.4 1.8 6.1 2.5}
\begin{pspicture}(-0.5,-1)(11,4)
\psaxes[Dx=1,Dy=0.5]{->}(0,0)(10,3)
\listplot[showpoints=true,%
linecolor=red]{\dataI}
\listplot[showpoints=true,%
linecolor=blue]{\dataII}
\end{pspicture}
MfG
kann ich bei PSTricks einen Graph ohne irgendwelche Angaben von Koordinaten beschriften?
Beispiel:
\def\dataI{%
0 0 1.1 0.42 1.9 .78 2.6 .98 4.6 1.4 6.1 1.6 8.1 1.7 9.1 1.8}
\def\dataII{%
0 0 1.2 0.53 2.3 1 3.9 1.6 4.4 1.8 6.1 2.5}
\begin{pspicture}(-0.5,-1)(11,4)
\psaxes[Dx=1,Dy=0.5]{->}(0,0)(10,3)
\listplot[showpoints=true,%
linecolor=red]{\dataI}
\listplot[showpoints=true,%
linecolor=blue]{\dataII}
\end{pspicture}
MfG