matplotlib / 3.5.1 / _as_gen / mpl_toolkits.axisartist.axislines.gridhelperbase.html /

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

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

invalidate ( ) [source]

[Deprecated]

Notes

Deprecated since version 3.4:

new_gridlines ( ax ) [source]

Create and return a new GridlineCollection instance.

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

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

[Deprecated]

Notes

Deprecated since version 3.4:

© 2012–2021 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.5.1/api/_as_gen/mpl_toolkits.axisartist.axislines.GridHelperBase.html