<< meshz | Graphics functions | pan >> |
go = newplot() |
go = newplot(ax) |
specified figure or axes rather than the current figure and axes.
a graphics object: axes type.
newplot prepares a figure and axes for graphics commands.
h = newplot()
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET