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 :

Module « matplotlib.figure »

Classe « TransformedBbox »

Informations générales

Héritage

builtins.object
    TransformNode
        BboxBase
            TransformedBbox

Définition

class TransformedBbox(BboxBase):

Description [extrait de TransformedBbox.__doc__]

    A `Bbox` that is automatically transformed by a given
    transform.  When either the child bounding box or transform
    changes, the bounds of this bbox will update accordingly.
    

Constructeur(s)

Signature du constructeur Description
__init__(self, bbox, transform, **kwargs)

Liste des attributs statiques

Nom de l'attribut Valeur
coefs{'C': (0.5, 0.5), 'SW': (0, 0), 'S': (0.5, 0), 'SE': (1.0, 0), 'E': (1.0, 0.5), 'NE': (1.0, 1.0), 'N': (0.5, 1.0), 'NW': (0, 1.0), 'W': (0, 0.5)}
INVALID3
INVALID_AFFINE2
INVALID_NON_AFFINE1
is_affineTrue
is_bboxTrue
pass_throughFalse

Liste des propriétés

Nom de la propriétéDescription
boundsReturn (:attr:`x0`, :attr:`y0`, :attr:`width`, :attr:`height`). [extrait de __doc__]
extentsReturn (:attr:`x0`, :attr:`y0`, :attr:`x1`, :attr:`y1`). [extrait de __doc__]
heightThe (signed) height of the bounding box. [extrait de __doc__]
intervalx
intervaly
maxThe top-right corner of the bounding box. [extrait de __doc__]
minThe bottom-left corner of the bounding box. [extrait de __doc__]
p0
p1
sizeThe (signed) width and height of the bounding box. [extrait de __doc__]
widthThe (signed) width of the bounding box. [extrait de __doc__]
x0
x1
xmaxThe right edge of the bounding box. [extrait de __doc__]
xminThe left edge of the bounding box. [extrait de __doc__]
y0
y1
ymaxThe top edge of the bounding box. [extrait de __doc__]
yminThe bottom edge of the bounding box. [extrait de __doc__]

Liste des opérateurs

Opérateurs hérités de la classe object

__eq__, __ge__, __gt__, __le__, __lt__, __ne__

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
get_points(self)

Méthodes héritées de la classe BboxBase

__array__, __init_subclass__, __subclasshook__, anchored, contains, containsx, containsy, corners, count_contains, count_overlaps, expanded, frozen, fully_contains, fully_containsx, fully_containsy, fully_overlaps, intersection, inverse_transformed, overlaps, padded, rotated, shrunk, shrunk_to_aspect, splitx, splity, transformed, translated, union

Méthodes héritées de la classe TransformNode

__copy__, __deepcopy__, __getstate__, __setstate__, invalidate, set_children

Méthodes héritées de la classe object

__delattr__, __dir__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__