matplotlib.pyplot.rcdefaults #
- matplotlib.pyplot. rcdefaults ( ) [source] #
Restaurez le
rcParamsstyle interne par défaut de Matplotlib.Les styles sur liste noire
rcParams(définis dansmatplotlib.style.core.STYLE_BLACKLIST) ne sont pas mis à jour.Voir également
matplotlib.rc_file_defaultsRestaurez le
rcParamsà partir du fichier rc chargé à l'origine par Matplotlib.matplotlib.style.useUtilisez un fichier de style spécifique. Appelez
style.use('default')pour restaurer le style par défaut.