newplot
Prepare to produce a new plot.
📝Syntax
go = newplot()
go = newplot(ax)
📥Input Arguments
Parameter Description
ax specified figure or axes rather than the current figure and axes.
📤Output Arguments
Parameter Description
go a graphics object: axes type.
📄Description

newplot prepares a figure and axes for graphics commands.

💡Examples
h = newplot()
🔗See Also
plotfigure
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub