box
Turn on/off the border of a 2D plot.
Syntax
box
box on
box off
Inputs
- on/off
- on - turn on the 2D plot border.
Example
Simple box example:
clf
axes
box('off')
Turn on/off the border of a 2D plot.
box
box on
box off
Simple box example:
clf
axes
box('off')