
![plot[-1:7] sin(x)](d0_02.png)
![plot[-1:7][-1:1.5] sin(x)](d0_03.png)
![plot[-1:7] sin(x), cos(x), sin(x)*cos(x)](d0_04.png)





|
# # x sin(x) # h=0.25 * pi 0 0 .785398 .707106 1.570796 1.000000 2.356194 .707107 3.141592 0 |




|
# # x sin(x) cos(x) # h=0.25 * pi 0 0 1.000000 .785398 .707106 .707106 1.570796 1.000000 0 2.356194 .707107 -.707106 3.141592 0 -1.000000 |






|
# # x sin(x) cos(x) # h=0.25 * pi 0 0 1.000000 .785398 .707106 .707106 1.570796 1.000000 0 2.356194 .707107 -.707106 3.141592 0 -1.000000 # x sin(x) cos(x) # h=0.1 * pi 0 0 1.000000 .314159 .309016 .951056 .628318 .587784 .809017 .942477 .809016 .587785 1.256636 .951056 .309018 1.570796 1.000000 0 1.884955 .951056 -.309016 2.199114 .809017 -.587784 2.513273 .587786 -.809016 2.827432 .309018 -.951056 3.141592 0 -1.000000 |







|
splot 'd3.dat' w l, '' w p lt 3 set term png set output 'meinbild.png' replot set term postscript eps set output 'meinbild.eps' replot unset output set term pop set view 70,20,1 replot set view 85,135,1 replot set term png set output 'meinbild2.png' replot quit |
Daten auf Bildschirm plotten Ausgabe als PNG-Bild wählen Bild soll in meinbild.png geschrieben werden Letzten Plot wiederholen, Datei wird erzeugt Auch noch als EPS Datei setzen Plot in Datei als EPS-Grafik Ausgabe in Datei abschalten Ausgabeformat auf Standard zurük Anderen Blickwinkel setzen Plotten mit neuen Blickwinkel Anderen Blickwinkel setzen Testen PNG - Format wählen Datei wählen Plotten Ende |