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 ? Programmation Python
Les fondamentaux
Voir le programme détaillé
Classe « Bbox »

Méthode matplotlib.figure.Bbox.from_extents

Signature de la méthode from_extents

def from_extents(*args, minpos=None) 

Description

help(Bbox.from_extents)

Create a new Bbox from *left*, *bottom*, *right* and *top*.

The *y*-axis increases upwards.

Parameters
----------
left, bottom, right, top : float
    The four extents of the bounding box.
minpos : float or None
    If this is supplied, the Bbox will have a minimum positive value
    set. This is useful when dealing with logarithmic scales and other
    scales where negative bounds result in floating point errors.


Vous êtes un professionnel et vous avez besoin d'une formation ? Coder avec une
Intelligence Artificielle
Voir le programme détaillé