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 :

Classe « SecondaryAxis »

Constructeur matplotlib.axes.SecondaryAxis.__init__

Signature de la constructeur __init__

def __init__(self, parent, orientation, location, functions, **kwargs) 

Description

__init__.__doc__

        See `.secondary_xaxis` and `.secondary_yaxis` for the doc string.
        While there is no need for this to be private, it should really be
        called by those higher level functions.