Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
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.
 
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

◆ isolate_axes()

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(), and M.

Referenced by export_fig().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isolateaxes>allancestors()

function ph = isolateaxes>allancestors ( ah)

◆ isolateaxes>allchildren()

function ah = isolateaxes>allchildren ( ah)