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.pyplot »

Classe « Annotation »

Informations générales

Héritage

    builtins.object
        _AnnotationBase
builtins.object
    Artist
        Text
            Annotation

Définition

class Annotation(Text, _AnnotationBase):

Description [extrait de Annotation.__doc__]

    An `.Annotation` is a `.Text` that can refer to a specific position *xy*.
    Optionally an arrow pointing from the text to *xy* can be drawn.

    Attributes
    ----------
    xy
        The annotated position.
    xycoords
        The coordinate system for *xy*.
    arrow_patch
        A `.FancyArrowPatch` to point from *xytext* to *xy*.
    

Constructeur(s)

Signature du constructeur Description
__init__(self, text, xy, xytext=None, xycoords='data', textcoords=None, arrowprops=None, annotation_clip=None, **kwargs)

Liste des attributs statiques

Nom de l'attribut Valeur
zorder3

Liste des propriétés

Nom de la propriétéDescription
anncoords
axesThe `~.axes.Axes` instance the artist resides in, or *None*. [extrait de __doc__]
mouseover
stale
sticky_edges
xyann
xycoords

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
__str__(self)
contains(self, event)
draw(self, renderer)
get_anncoords(self)
get_tightbbox(self, renderer)
get_window_extent(self, renderer=None)
set_anncoords(self, coords)
set_figure(self, fig)
update_positions(self, renderer)

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

__init_subclass__, __subclasshook__, draggable, get_annotation_clip, set_annotation_clip

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

__getstate__, __repr__, get_bbox_patch, get_c, get_color, get_family, get_font, get_font_properties, get_fontfamily, get_fontname, get_fontproperties, get_fontsize, get_fontstyle, get_fontvariant, get_fontweight, get_ha, get_horizontalalignment, get_math_fontfamily, get_name, get_position, get_prop_tup, get_rotation, get_rotation_mode, get_size, get_stretch, get_style, get_text, get_transform_rotates_text, get_unitless_position, get_usetex, get_va, get_variant, get_verticalalignment, get_weight, get_wrap, set_backgroundcolor, set_bbox, set_c, set_clip_box, set_clip_on, set_clip_path, set_color, set_family, set_font, set_font_properties, set_fontfamily, set_fontname, set_fontproperties, set_fontsize, set_fontstretch, set_fontstyle, set_fontvariant, set_fontweight, set_ha, set_horizontalalignment, set_linespacing, set_ma, set_math_fontfamily, set_multialignment, set_name, set_position, set_rotation, set_rotation_mode, set_size, set_stretch, set_style, set_text, set_transform_rotates_text, set_usetex, set_va, set_variant, set_verticalalignment, set_weight, set_wrap, set_x, set_y, update, update_bbox_position_size, update_from

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

add_callback, convert_xunits, convert_yunits, findobj, format_cursor_data, get_agg_filter, get_alpha, get_animated, get_children, get_clip_box, get_clip_on, get_clip_path, get_contains, get_cursor_data, get_figure, get_gid, get_in_layout, get_label, get_path_effects, get_picker, get_rasterized, get_sketch_params, get_snap, get_transform, get_transformed_clip_path_and_affine, get_url, get_visible, get_zorder, have_units, is_transform_set, pchanged, pick, pickable, properties, remove, remove_callback, set, set_agg_filter, set_alpha, set_animated, set_contains, set_gid, set_in_layout, set_label, set_path_effects, set_picker, set_rasterized, set_sketch_params, set_snap, set_transform, set_url, set_visible, set_zorder

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

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