octave: Graphics Toolkits

 
 15.4.7 Graphics Toolkits
 ------------------------
 
  -- : NAME = graphics_toolkit ()
  -- : NAME = graphics_toolkit (HLIST)
  -- : graphics_toolkit (NAME)
  -- : graphics_toolkit (HLIST, NAME)
      Query or set the default graphics toolkit which is assigned to new
      figures.
 
      With no inputs, return the current default graphics toolkit.  If
      the input is a list of figure graphic handles, HLIST, then return
      the name of the graphics toolkit in use for each figure.
 
      When called with a single input NAME set the default graphics
      toolkit to NAME.  If the toolkit is not already loaded, it is
      initialized by calling the function ‘__init_NAME__’.  If the first
      input is a list of figure handles, HLIST, then the graphics toolkit
      is set to NAME for these figures only.
 
      See also: Seeavailable_graphics_toolkits
      XREFavailable_graphics_toolkits.
 
  -- : available_graphics_toolkits ()
      Return a cell array of registered graphics toolkits.
 
DONTPRINTYET       See also: Seegraphics_toolkit XREFgraphics_toolkit, *noteDONTPRINTYET       See also: Seegraphics_toolkit XREFgraphics_toolkit, See
      register_graphics_toolkit XREFregister_graphics_toolkit.
 
  -- : loaded_graphics_toolkits ()
      Return a cell array of the currently loaded graphics toolkits.
 
      See also: Seeavailable_graphics_toolkits
      XREFavailable_graphics_toolkits.
 
  -- : register_graphics_toolkit (TOOLKIT)
      List TOOLKIT as an available graphics toolkit.
 
      See also: Seeavailable_graphics_toolkits
      XREFavailable_graphics_toolkits.
 

Menu