Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Vous êtes un professionnel et vous avez besoin d'une formation ? Calcul scientifique
avec Python
Voir le programme détaillé
Classe « Axis »

Méthode matplotlib.axis.Axis.get_ticklabels

Signature de la méthode get_ticklabels

def get_ticklabels(self, minor=False, which=None) 

Description

help(Axis.get_ticklabels)

Get this Axis' tick labels.

Parameters
----------
minor : bool
   Whether to return the minor or the major ticklabels.

which : None, ('minor', 'major', 'both')
   Overrides *minor*.

   Selects which ticklabels to return

Returns
-------
list of `~matplotlib.text.Text`


Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les compléments
Voir le programme détaillé