mpl_toolkits.axisartist.axis_artist.GridlinesCollection
-
class mpl_toolkits.axisartist.axis_artist.GridlinesCollection(*args, which='major', axis='both', **kwargs)[source] -
Bases:
matplotlib.collections.LineCollectionПараметры: -
which{"major", "minor"} -
axis{"both", "x", "y"}
-
draw(self, renderer)[source] -
Отрисовка объекта с помощью заданного рендерера.
Этот метод будет переопределён в подклассах объекта. Обычно он реализуется так, чтобы не иметь никакого эффекта, если объект не виден (
Artist.get_visibleравно False).Параметры: -
rendererRendererBase subclass.
-
-
set_axis(self, axis)[source]
-
set_grid_helper(self, grid_helper)[source]
-
set_which(self, which)[source]
-
© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.2.2/api/_as_gen/mpl_toolkits.axisartist.axis_artist.GridlinesCollection.html