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é
Module « matplotlib.pyplot »

Classe « ColorizingArtist »

Informations générales

Héritage

    builtins.object
        Artist
builtins.object
    _ColorizerInterface
        _ScalarMappable
            ColorizingArtist

Définition

class ColorizingArtist(_ScalarMappable, Artist):

help(ColorizingArtist)

Base class for artists that make map data to color using a `.colorizer.Colorizer`.

The `.colorizer.Colorizer` applies data normalization before
returning RGBA colors from a `~matplotlib.colors.Colormap`.

Constructeur(s)

Signature du constructeur Description
__init__(self, colorizer, **kwargs)

Liste des attributs statiques

Nom de l'attribut Valeur
zorder0

Liste des propriétés

Nom de la propriétéDescription
axesThe `~.axes.Axes` instance the artist resides in, or *None*. [extrait de axes.__doc__]
cmap
colorbar
colorizer
figureThe (Sub)Figure that the artist is on. For more control, use the `get_figure` method. [extrait de figure.__doc__]
mouseover
norm
stale
sticky_edges

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
set(self, *, agg_filter=<UNSET>, alpha=<UNSET>, animated=<UNSET>, array=<UNSET>, clim=<UNSET>, clip_box=<UNSET>, clip_on=<UNSET>, clip_path=<UNSET>, cmap=<UNSET>, gid=<UNSET>, in_layout=<UNSET>, label=<UNSET>, mouseover=<UNSET>, norm=<UNSET>, path_effects=<UNSET>, picker=<UNSET>, rasterized=<UNSET>, sketch_params=<UNSET>, snap=<UNSET>, transform=<UNSET>, url=<UNSET>, visible=<UNSET>, zorder=<UNSET>) Set multiple properties at once. [extrait de set.__doc__]

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

__getstate__, __init_subclass__, __subclasshook__, add_callback, contains, convert_xunits, convert_yunits, draw, findobj, format_cursor_data, get_agg_filter, get_alpha, get_animated, get_children, get_clip_box, get_clip_on, get_clip_path, get_cursor_data, get_figure, get_gid, get_in_layout, get_label, get_mouseover, get_path_effects, get_picker, get_rasterized, get_sketch_params, get_snap, get_tightbbox, get_transform, get_transformed_clip_path_and_affine, get_url, get_visible, get_window_extent, get_zorder, have_units, is_transform_set, pchanged, pick, pickable, properties, remove, remove_callback, set_agg_filter, set_alpha, set_animated, set_clip_box, set_clip_on, set_clip_path, set_figure, set_gid, set_in_layout, set_label, set_mouseover, set_path_effects, set_picker, set_rasterized, set_sketch_params, set_snap, set_transform, set_url, set_visible, set_zorder, update, update_from

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

__init_subclass__, __subclasshook__, changed, get_array, set_array

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

autoscale, autoscale_None, get_alpha, get_clim, get_cmap, set_clim, set_cmap, set_norm, to_rgba

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

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

Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les fondamentaux
Voir le programme détaillé