1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
# mode: pst-plot.sty
# dani/2006-02-22
\dataplot{commands}
\dataplot*{commands}
\dataplot[par]{commands}
\dataplot*[par]{commands}
\fileplot{file}
\fileplot*{file}
\fileplot[par]{file}
\fileplot*[par]{file}
\listplot{list}
\listplot*{list}
\listplot[par]{list}
\listplot*[par]{list}
\parametricplot[par]{tmin}{tmax}{function}
\parametricplot*[par]{tmin}{tmax}{function}
\parametricplot{tmin}{tmax}{function}
\parametricplot*{tmin}{tmax}{function}
\psaxes{arrows}(x0,y0)(x1,y1)(x2,y2)
\psaxes*{arrows}(x0,y0)(x1,y1)(x2,y2)
\psaxes[par]{arrows}(x0,y0)(x1,y1)(x2,y2)
\psaxes*[par]{arrows}(x0,y0)(x1,y1)(x2,y2)
\psaxes[par](x0,y0)(x1,y1)(x2,y2)
\psaxes*[par](x0,y0)(x1,y1)(x2,y2)
\psaxes(x0,y0)(x1,y1)(x2,y2)
\psaxes*(x0,y0)(x1,y1)(x2,y2)
\pshlabel
\psplot[par]{xmin}{xmax}{function}
\psplot*[par]{xmin}{xmax}{function}
\psplot{xmin}{xmax}{function}
\psplot*{xmin}{xmax}{function}
\psvlabel
\psxlabel
\psylabel
\readdata{command}{file}
\savedata{command}[data]
|