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 « AxLine »

Constructeur matplotlib.pyplot.AxLine.__init__

Signature de la constructeur __init__

def __init__(self, xy1, xy2, slope, **kwargs) 

Description

help(AxLine.__init__)

Parameters
----------
xy1 : (float, float)
    The first set of (x, y) coordinates for the line to pass through.
xy2 : (float, float) or None
    The second set of (x, y) coordinates for the line to pass through.
    Both *xy2* and *slope* must be passed, but one of them must be None.
slope : float or None
    The slope of the line. Both *xy2* and *slope* must be passed, but one of
    them must be None.


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