28.12.2012 Views

Figure Properties - SERC

Figure Properties - SERC

Figure Properties - SERC

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

grid<br />

2grid<br />

Purpose Grid lines for two- and three-dimensional plots<br />

Syntax grid on<br />

grid off<br />

grid minor<br />

grid<br />

grid(axes_handle,...)<br />

Description The grid function turns the current axes’ grid lines on and off.<br />

2-992<br />

grid on adds major grid lines to the current axes.<br />

grid off removes major and minor grid lines from the current axes.<br />

grid toggles the major grid visibility state.<br />

grid(axes_handle,...) uses the axes specified by axes_handle instead of the<br />

current axes.<br />

Algorithm grid sets the XGrid, YGrid, and ZGrid properties of the axes.<br />

See Also axes, set<br />

grid minor sets the XGridMinor, YGridMinor, and ZGridMinor properties of<br />

the axes.<br />

You can set the grid lines for just one axis using the set command and the<br />

individual property. For example,<br />

set(axes_handle,'XGrid','on')<br />

turns on only x-axis grid lines.<br />

Note that the grid line width is not affected by the axes LineWidth property.<br />

The properties of axes objects<br />

“Axes Operations” for related functions

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!