mpl_toolkits.axisartist.axislines.GridHelperBase¶
- class mpl_toolkits.axisartist.axislines.GridHelperBase¶
Bases:
object- 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"
- new_gridlines(ax)¶
[Deprecated] Create and return a new GridlineCollection instance.
which : "major" or "minor" axis : "both", "x" or "y"
Notes
Deprecated since version 3.6.
- update_lim(axes)¶