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.GridHelperRectlinear

class mpl_toolkits.axisartist.GridHelperRectlinear(axes)
get_gridlines(which='major', axis='both')

return list of gridline coordinates in data coordinates.

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

new_fixed_axis(loc, nth_coord=None, axis_direction=None, offset=None, axes=None)
new_floating_axis(nth_coord, value, axis_direction='bottom', axes=None)