You are reading an old version of the documentation (v3.1.0). For the latest version see https://matplotlib.org/stable/api/_as_gen/mpl_toolkits.axisartist.axislines.GridHelperBase.html
Version 3.1.0
matplotlib
Fork me on GitHub

mpl_toolkits.axisartist.axislines.GridHelperBase

class mpl_toolkits.axisartist.axislines.GridHelperBase[source]

Bases: object

get_gridlines(self, which, axis)[source]

Return list of grid lines as a list of paths (list of points).

which : "major" or "minor" axis : "both", "x" or "y"

invalidate(self)[source]
new_gridlines(self, ax)[source]

Create and return a new GridlineCollection instance.

which : "major" or "minor" axis : "both", "x" or "y"

update_lim(self, axes)[source]
valid(self)[source]