figure_operationsΒΆ

  • clf clear or reset the current graphic figure (window) to default values
  • drawlater makes axes children invisible.
  • drawnow draw hidden graphics entities.
  • figure_properties description of the graphics figure entity properties
  • gcf Return handle of current graphic window.
  • gdf Return handle of default figure.
  • scf set the current graphic figure (window)
  • sdf Set default figure.

This Page