die Graphen werden mit den Werten korrekt gezeichnet. Die Achsenskalierung will mir aber nicht so recht gelingen. Die X-Achse sollte von 0 bis 90° gehen.
und die Y-Achse von 2000 bis 10000. Kann mir da einer von Euch helfen?
\def\data1{ % Grad % y1 app y2 0 8188 7538 15 9143 8464 30 9605 9075 45 9564 9277 60 9047 9074 75 8044 8477 90 6653 7838 } \begin{psgraph}[Dx=90, dx=0, arrows=->](0,0)(0,0)(10,10){0.5\textwidth}{!} \pstScalePoints(1,1){10 div}{1000 div} \listplot[yStart=2000, yEnd=10000, plotstyle=curve, linecolor=blue, plotNo=1, plotNoMax=2]{\data1} \listplot[yStart=2000, yEnd=10000, plotstyle=curve, linecolor=red, plotNo=2, plotNoMax=2]{\data1} \pstScalePoints(1,1){}{} \end{psgraph}