MATLAB Function Reference Previous page   Next Page
box

Display axes border

Syntax

Description

box on displays the boundary of the current axes.

box off does not display the boundary of the current axes.

box toggles the visible state of the current axes boundary.

box(axes_handle,...) uses the axes specified by axes_handle instead of the current axes.

Algorithm

The box function sets the axes Box property to on or off.

See Also

axes, grid

Axes Operations for related functions


Previous page  blkdiag break Next page

© 1994-2005 The MathWorks, Inc.