Skip to content

clf

Clear the current figure.

clf
clf(h)

Clears all graphs and axes from the current figure (or the figure with handle h), leaving an empty canvas. The figure window itself remains.

clf
  • figure — Create or activate a chart sheet (figure window).
  • gcf — Handle to the current figure.