You are reading documentation for the unreleased version of Matplotlib. Try searching for the released version of this page instead?
Version 2.0.0b1.post7580.dev0+ge487118
matplotlib
Fork me on GitHub

This Page

mpl_toolkits.axisartist.GridHelperBase

class mpl_toolkits.axisartist.GridHelperBase
get_gridlines(which, axis)

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

which : “major” or “minor” axis : “both”, “x” or “y”

invalidate()
new_gridlines(ax)

Create and return a new GridlineCollection instance.

which : “major” or “minor” axis : “both”, “x” or “y”

update_lim(axes)
valid()