go = newplot()
go = newplot(ax)
| Parameter | Description |
|---|---|
| ax | specified figure or axes rather than the current figure and axes. |
| Parameter | Description |
|---|---|
| go | a graphics object: axes type. |
newplot prepares a figure and axes for graphics commands.
h = newplot()
| Version | Description |
|---|---|
| 1.0.0 | initial version |