simple plot (old version)
oldplot(y) oldplot(x, y, [xcap, ycap, caption])
two vectors with same sizes
character strings or string matrices
Plot y
as function of x
. xcap
and ycap
are captions for x-axis and y-axis respectively and
caption
is the caption of the plot.
Invoked with only one argument, oldplot(y)
plots the
y
vector or, if y
is a matrix, it plots all its
row vectors on the same plot. This plot is done with respect to the vector
1:<number of columns of y
>.
Version | Description |
5.3.3 | oldplot was published up to Scilab 5.3.3. It is replaced
with plot2d or plot. |