Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
copyfig.m File Reference

COPYFIG Create a copy of a figure, without changing the figure. More...

Functions

function fh = copyfig (fh)
 COPYFIG Create a copy of a figure, without changing the figure.
 

Detailed Description

COPYFIG Create a copy of a figure, without changing the figure.

Function Documentation

◆ copyfig()

function fh = copyfig ( fh)

COPYFIG Create a copy of a figure, without changing the figure.

Examples
fh_new = copyfig(fh_old)

This function will create a copy of a figure, but not change the figure, as copyobj sometimes does, e.g. by changing legends.

IN
fh_old - The handle of the figure to be copied. Default: gcf.
OUT
fh_new - The handle of the created figure.

Referenced by export_fig(), and isolate_axes().

Here is the caller graph for this function: