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 ? Deep Learning avec Python
et Keras et Tensorflow
Voir le programme détaillé
Classe « FigureBase »

Méthode matplotlib.pyplot.FigureBase.add_artist

Signature de la méthode add_artist

def add_artist(self, artist, clip=False) 

Description

help(FigureBase.add_artist)

Add an `.Artist` to the figure.

Usually artists are added to `~.axes.Axes` objects using
`.Axes.add_artist`; this method can be used in the rare cases where
one needs to add artists directly to the figure instead.

Parameters
----------
artist : `~matplotlib.artist.Artist`
    The artist to add to the figure. If the added artist has no
    transform previously set, its transform will be set to
    ``figure.transSubfigure``.
clip : bool, default: False
    Whether the added artist should be clipped by the figure patch.

Returns
-------
`~matplotlib.artist.Artist`
    The added artist.


Vous êtes un professionnel et vous avez besoin d'une formation ? Coder avec une
Intelligence Artificielle
Voir le programme détaillé