Microscopy Image Browser  1.233
All Classes Files Functions Variables Pages
isolate_axes.m File Reference

ISOLATE_AXES Isolate the specified axes in a figure on their own. More...

Functions

function fh = isolate_axes (ah, vis)
 ISOLATE_AXES Isolate the specified axes in a figure on their own. More...
 
function ah = isolateaxes>allchildren (ah)
 
function ph = isolateaxes>allancestors (ah)
 

Detailed Description

ISOLATE_AXES Isolate the specified axes in a figure on their own.

Function Documentation

function fh = isolate_axes (   ah,
  vis 
)

ISOLATE_AXES Isolate the specified axes in a figure on their own.

Examples
fh = isolate_axes(ah) fh = isolate_axes(ah, vis)

This function will create a new figure containing the axes/uipanels specified, and also their associated legends and colorbars. The objects specified must all be in the same figure, but they will generally only be a subset of the objects in the figure.

IN
ah - An array of axes and uipanel handles, which must come from the same figure. vis - A boolean indicating whether the new figure should be visible. Default: false.
OUT
fh - The handle of the created figure.

References copyfig().

Referenced by export_fig().

Here is the call graph for this function:

Here is the caller graph for this function:

function ph = isolateaxes>allancestors (   ah)
function ah = isolateaxes>allchildren (   ah)