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 :

Classe « AbstractMovieWriter »

Méthode matplotlib.animation.AbstractMovieWriter.grab_frame

Signature de la méthode grab_frame

def grab_frame(self, **savefig_kwargs) 

Description

grab_frame.__doc__

        Grab the image information from the figure and save as a movie frame.

        All keyword arguments in *savefig_kwargs* are passed on to the
        `~.Figure.savefig` call that saves the figure.