mpl_toolkits.axisartist.axislines.GridHelperBase#

class mpl_toolkits.axisartist.axislines.GridHelperBase[source]#

Bases: object

get_gridlines(which, axis)[source]#

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

Parameters:
which{"both", "major", "minor"}
axis{"both", "x", "y"}
update_lim(axes)[source]#