23.12.2012 Views

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

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.

Axes Properties<br />

When a handle’s visibility is restricted using callback or off, the object’s<br />

handle does not appear in its parent’s Children property, figures do not appear<br />

in the Root’s Currentfigure property, objects do not appear in the Root’s<br />

CallbackObject property or in the figure’s CurrentObject property, and axes<br />

do not appear in their parent’s Currentaxes property.<br />

You can set the Root ShowHiddenHandles property to on to make all handles<br />

visible, regardless of their HandleVisibility settings (this does not affect the<br />

values of the HandleVisibility properties).<br />

Handles that are hidden are still valid. If you know an object’s handle, you can<br />

set and get its properties, and pass it to any function that operates on handles.<br />

HitTest {on} | off<br />

Selectable by mouse click. HitTest determines if the axes can become the<br />

current object (as returned by the gco command and the figure CurrentObject<br />

property) as a result of a mouse click on the axes. If HitTest is off, clicking on<br />

the axes selects the object below it (which is usually the figure containing it).<br />

Interruptible {on} | off<br />

Callback routine interruption mode. The Interruptible property controls<br />

whether an axes callback routine can be interrupted by subsequently invoked<br />

callback routines. Only callback routines defined for the ButtonDownFcn are<br />

affected by the Interruptible property. <strong>MATLAB</strong> checks for events that can<br />

interrupt a callback routine only when it encounters a drawnow, figure,<br />

getframe, or pause command in the routine. See the BusyAction property for<br />

related information.<br />

Setting Interruptible to on allows any graphics object’s callback routine to<br />

interrupt callback routines originating from an axes property. Note that<br />

<strong>MATLAB</strong> does not save the state of variables or the display (e.g., the handle<br />

returned by the gca or gcf command) when an interruption occurs.<br />

Layer {bottom} | top<br />

Draw axis lines below or above graphics objects. This property determines if<br />

axis lines and tick marks draw on top or below axes children objects for any 2-D<br />

view (i.e., when you are looking along the x-, y-, or z-axis). This is useful for<br />

placing grid lines and tick marks on top of images.<br />

2-107

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

Saved successfully!

Ooh no, something went wrong!