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 ? Coder avec une
Intelligence Artificielle
Voir le programme détaillé
Classe « YAxis »

Méthode matplotlib.axis.YAxis.set_ticks_position

Signature de la méthode set_ticks_position

def set_ticks_position(self, position) 

Description

help(YAxis.set_ticks_position)

Set the ticks position.

Parameters
----------
position : {'left', 'right', 'both', 'default', 'none'}
    'both' sets the ticks to appear on both positions, but does not
    change the tick labels.  'default' resets the tick positions to
    the default: ticks on both positions, labels at left.  'none'
    can be used if you don't want any ticks. 'none' and 'both'
    affect only the ticks, not the labels.


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