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)
Liste des attributs statiques
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)} |
INVALID | 3 |
INVALID_AFFINE | 2 |
INVALID_NON_AFFINE | 1 |
is_affine | True |
is_bbox | True |
pass_through | False |
Liste des propriétés
bounds | Return (:attr:`x0`, :attr:`y0`, :attr:`width`, :attr:`height`). [extrait de __doc__] |
extents | Return (:attr:`x0`, :attr:`y0`, :attr:`x1`, :attr:`y1`). [extrait de __doc__] |
height | The (signed) height of the bounding box. [extrait de __doc__] |
intervalx | |
intervaly | |
max | The top-right corner of the bounding box. [extrait de __doc__] |
min | The bottom-left corner of the bounding box. [extrait de __doc__] |
p0 | |
p1 | |
size | The (signed) width and height of the bounding box. [extrait de __doc__] |
width | The (signed) width of the bounding box. [extrait de __doc__] |
x0 | |
x1 | |
xmax | The right edge of the bounding box. [extrait de __doc__] |
xmin | The left edge of the bounding box. [extrait de __doc__] |
y0 | |
y1 | |
ymax | The top edge of the bounding box. [extrait de __doc__] |
ymin | The 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
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__
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 :