4 wxMaxima | |
→ | 4.13 3D-Plotten |
Mit der Option
[palette, get_plot_option(palette, Palette)]
kann eine andere Palette (Index von 1...6) zum Einfärben gewählt werden.
Beispiel:
plot3d( sin(x)*sin(y), [x, -%pi/2, %pi/2], [y, -%pi/2, %pi/2], [palette, get_plot_option(palette, 3)] );