NewFig:

Path: Common/Graphics

% Creates a new figure.
 Sets the default axes font size to 12. Applies the global fontSizeIncrease
 in addition to the 12 pt, if defined. Tags the figure with 'PlotPSS'
 for use with DemoPSS.
--------------------------------------------------------------------------
   Form:
   h = NewFig( x, varargin )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x          (:)    Name for the figuref
   varargin   {}     Parameter pairs to pass to figure()

   -------
   Outputs
   -------
   h                 Handle

--------------------------------------------------------------------------

Back to the Common Module page