matplotlib.axes.Axes.get_xticklabels
-
Axes.get_xticklabels(self, minor=False, which=None) -
Получить метки делений оси X в виде списка объектов
Text.Параметры: -
minor : bool, optional -
Если True, возвращаются метки мелких делений, в противном случае — основных.
-
which : None, ('minor', 'major', 'both') -
Переопределяет
minor.Выбирает, какие метки делений возвратить.
Возвращает: -
ret : list -
Список объектов
Text.
-
© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.axes.Axes.get_xticklabels.html