4 wxMaxima | |
→ | 4.12 2D-Plotten |
Mit der Option
[gnuplot_preamble, "Optionen"]
können Optionen an Gnuplot übergeben werden (Anweisungen in
Gnuplot-Syntax). Um mehrere Anweisungen anzugeben, werden diese mit
Semikolon getrennt.
Mit "set key left top" wird die Legende platziert.
Mögliche Werte: "left"/"right", "top"/"bottom".
Beispiel:
plot2d( [sin(x), cos(x)], [x, 0, 2*%pi], [x, -1, 7], [y, -2, 2], [gnuplot_preamble, "set key left top;"] );