howto/do a plot - Scilab Wiki

do a plot

Initialisation

All plotting action will be done in the currend figure. The variable num can be leaved out, to address the current figure (e.g. clf()).

example

Using plot2d()

Take a look at the scilab help.

Using gca()

Using gca is useful to change the setting of the figure.

howto/do a plot (last edited 2007-10-28 16:45:19 by HolgerNahrstaedt)