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 compléments
Voir le programme détaillé
Classe « Artist »

Méthode matplotlib.artist.Artist.remove

Signature de la méthode remove

def remove(self) 

Description

help(Artist.remove)

Remove the artist from the figure if possible.

The effect will not be visible until the figure is redrawn, e.g.,
with `.FigureCanvasBase.draw_idle`.  Call `~.axes.Axes.relim` to
update the Axes limits if desired.

Note: `~.axes.Axes.relim` will not see collections even if the
collection was added to the Axes with *autolim* = True.

Note: there is no support for removing the artist's legend entry.


Vous êtes un professionnel et vous avez besoin d'une formation ? Mise en oeuvre d'IHM
avec Qt et PySide6
Voir le programme détaillé