matplotlib.axis.Axis.clear

Axis.clear(self)[source]

Clear the axis.

This resets axis properties to their default values:

  • the label
  • the scale
  • locators, formatters and ticks
  • major and minor grid
  • units
  • registered callbacks

Examples using matplotlib.axis.Axis.clear