add_artist(self, artist, clip=False) |
|
add_axes(self, *args, **kwargs) |
Add an `~.axes.Axes` to the figure. [extrait de add_axes.__doc__] |
add_gridspec(self, nrows=1, ncols=1, **kwargs) |
|
add_subfigure(self, subplotspec, **kwargs) |
|
add_subplot(self, *args, **kwargs) |
Add an `~.axes.Axes` to the figure as part of a subplot arrangement. [extrait de add_subplot.__doc__] |
align_labels(self, axs=None) |
|
align_titles(self, axs=None) |
|
align_xlabels(self, axs=None) |
|
align_ylabels(self, axs=None) |
|
autofmt_xdate(self, bottom=0.2, rotation=30, ha='right', which='major') |
|
clear(self, keep_observers=False) |
|
clf(self, keep_observers=False) |
|
colorbar(self, mappable, cax=None, ax=None, use_gridspec=True, **kwargs) |
Add a colorbar to a plot. [extrait de colorbar.__doc__] |
contains(self, mouseevent) |
|
delaxes(self, ax) |
|
gca(self) |
|
get_children(self) |
Get a list of artists contained in the figure. [extrait de get_children.__doc__] |
get_default_bbox_extra_artists(self) |
|
get_edgecolor(self) |
Get the edge color of the Figure rectangle. [extrait de get_edgecolor.__doc__] |
get_facecolor(self) |
Get the face color of the Figure rectangle. [extrait de get_facecolor.__doc__] |
get_figure(self, root=None) |
|
get_frameon(self) |
|
get_linewidth(self) |
|
get_suptitle(self) |
Return the suptitle as string or an empty string if not set. [extrait de get_suptitle.__doc__] |
get_supxlabel(self) |
Return the supxlabel as string or an empty string if not set. [extrait de get_supxlabel.__doc__] |
get_supylabel(self) |
Return the supylabel as string or an empty string if not set. [extrait de get_supylabel.__doc__] |
get_tightbbox(self, renderer=None, *, bbox_extra_artists=None) |
|
get_window_extent(self, renderer=None) |
|
legend(self, *args, **kwargs) |
Place a legend on the figure. [extrait de legend.__doc__] |
sca(self, a) |
Set the current Axes to be *a* and return *a*. [extrait de sca.__doc__] |
set(self, *, agg_filter=<UNSET>, alpha=<UNSET>, animated=<UNSET>, clip_box=<UNSET>, clip_on=<UNSET>, clip_path=<UNSET>, edgecolor=<UNSET>, facecolor=<UNSET>, frameon=<UNSET>, gid=<UNSET>, in_layout=<UNSET>, label=<UNSET>, linewidth=<UNSET>, mouseover=<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__] |
set_edgecolor(self, color) |
|
set_facecolor(self, color) |
|
set_figure(self, fig) |
|
set_frameon(self, b) |
|
set_linewidth(self, linewidth) |
|
subfigures(self, nrows=1, ncols=1, squeeze=True, wspace=None, hspace=None, width_ratios=None, height_ratios=None, **kwargs) |
|
subplot_mosaic(self, mosaic, *, sharex=False, sharey=False, width_ratios=None, height_ratios=None, empty_sentinel='.', subplot_kw=None, per_subplot_kw=None, gridspec_kw=None) |
|
subplots(self, nrows=1, ncols=1, *, sharex=False, sharey=False, squeeze=True, width_ratios=None, height_ratios=None, subplot_kw=None, gridspec_kw=None) |
|
subplots_adjust(self, left=None, bottom=None, right=None, top=None, wspace=None, hspace=None) |
|
suptitle(self, t, **kwargs) |
Add a centered super title to the figure. [extrait de suptitle.__doc__] |
supxlabel(self, t, **kwargs) |
Add a centered super xlabel to the figure. [extrait de supxlabel.__doc__] |
supylabel(self, t, **kwargs) |
Add a centered super ylabel to the figure. [extrait de supylabel.__doc__] |
text(self, x, y, s, fontdict=None, **kwargs) |
Add text to figure. [extrait de text.__doc__] |
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 :