__getstate__(self) |
|
__repr__(self) |
|
__setstate__(self, state) |
|
__str__(self) |
|
add_axobserver(self, func) |
Whenever the Axes state change, ``func(self)`` will be called. [extrait de add_axobserver.__doc__] |
clear(self, keep_observers=False) |
|
draw(self, renderer) |
|
draw_artist(self, a) |
|
draw_without_rendering(self) |
|
figimage(self, X, xo=0, yo=0, alpha=None, norm=None, cmap=None, vmin=None, vmax=None, origin=None, resize=False, *, colorizer=None, **kwargs) |
Add a non-resampled image to the figure. [extrait de figimage.__doc__] |
get_axes(self) |
|
get_constrained_layout(self) |
|
get_constrained_layout_pads(self, relative=False) |
[*Deprecated*] Get padding for ``constrained_layout``. [extrait de get_constrained_layout_pads.__doc__] |
get_dpi(self) |
Return the resolution in dots per inch as a float. [extrait de get_dpi.__doc__] |
get_figheight(self) |
Return the figure height in inches. [extrait de get_figheight.__doc__] |
get_figwidth(self) |
Return the figure width in inches. [extrait de get_figwidth.__doc__] |
get_layout_engine(self) |
|
get_size_inches(self) |
|
get_tight_layout(self) |
Return whether `.Figure.tight_layout` is called when drawing. [extrait de get_tight_layout.__doc__] |
ginput(self, n=1, timeout=30, show_clicks=True, mouse_add=<MouseButton.LEFT: 1>, mouse_pop=<MouseButton.RIGHT: 3>, mouse_stop=<MouseButton.MIDDLE: 2>) |
|
pick(self, mouseevent) |
|
savefig(self, fname, *, transparent=None, **kwargs) |
|
set(self, *, agg_filter=<UNSET>, alpha=<UNSET>, animated=<UNSET>, canvas=<UNSET>, clip_box=<UNSET>, clip_on=<UNSET>, clip_path=<UNSET>, constrained_layout=<UNSET>, constrained_layout_pads=<UNSET>, dpi=<UNSET>, edgecolor=<UNSET>, facecolor=<UNSET>, figheight=<UNSET>, figwidth=<UNSET>, frameon=<UNSET>, gid=<UNSET>, in_layout=<UNSET>, label=<UNSET>, layout_engine=<UNSET>, linewidth=<UNSET>, mouseover=<UNSET>, path_effects=<UNSET>, picker=<UNSET>, rasterized=<UNSET>, size_inches=<UNSET>, sketch_params=<UNSET>, snap=<UNSET>, tight_layout=<UNSET>, transform=<UNSET>, url=<UNSET>, visible=<UNSET>, zorder=<UNSET>) |
Set multiple properties at once. [extrait de set.__doc__] |
set_canvas(self, canvas) |
|
set_constrained_layout(self, constrained) |
[*Deprecated*] Set whether ``constrained_layout`` is used upon drawing. [extrait de set_constrained_layout.__doc__] |
set_constrained_layout_pads(self, **kwargs) |
[*Deprecated*] Set padding for ``constrained_layout``. [extrait de set_constrained_layout_pads.__doc__] |
set_dpi(self, val) |
|
set_figheight(self, val, forward=True) |
|
set_figwidth(self, val, forward=True) |
|
set_layout_engine(self, layout=None, **kwargs) |
|
set_size_inches(self, w, h=None, forward=True) |
|
set_tight_layout(self, tight) |
[*Deprecated*] Set whether and how `.Figure.tight_layout` is called when drawing. [extrait de set_tight_layout.__doc__] |
show(self, warn=True) |
|
tight_layout(self, *, pad=1.08, h_pad=None, w_pad=None, rect=None) |
|
waitforbuttonpress(self, timeout=-1) |
|
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 :