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

Méthode matplotlib.figure.Bbox.from_bounds

Signature de la méthode from_bounds

def from_bounds(x0, y0, width, height) 

Description

from_bounds.__doc__

        Create a new `Bbox` from *x0*, *y0*, *width* and *height*.

        *width* and *height* may be negative.