grid
Turn on/off grid lines in a plot. Toggle the states if no argument is used.
Syntax
grid
grid on
grid off
Example
Simple grid example.
clf
grid
grid('off')
grid('on')
Turn on/off grid lines in a plot. Toggle the states if no argument is used.
grid
grid on
grid off
Simple grid example.
clf
grid
grid('off')
grid('on')