gcf
PURPOSE
% Return the current figure handle. If a figure does not exist, create
SYNOPSIS
function h = gcf
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- figure % Set the current plot window to plot window @var{n}. If no arguments are
This function is called by:
- axes % Create an axes object and return a handle to it.
- clf % Delete the children of the current figure with visible handles.
- gca % Return a handle to the current axis object. If no axis object
- ginput % Return which mouse buttons were pressed and keys were hit on the current
- hold % Tell Octave to `hold' the current data on the graph when executing
- newplot % Prepare graphics engine to produce a new plot. This function should
- orient % Set the default print orientation. Valid values for
- plotyy % Plots two sets of data with independent y-axes. The arguments @var{x1} and
- print % Print a graph, or save it to a file
- refresh % Refresh a figure, forcing it to be redrawn. Called without an
- refreshdata % Evaluates any datasource properties of the current figure and updates
- spinmap % Cycle the colormap for @var{t} seconds with an increment
- subplot % Set up a plot grid with @var{cols} by @var{rows} subwindows and plot
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003