matplotlib.pyplot.rcdefaults #
- matplotlib.pyplot. rcdefaults ( ) [fuente] #
Restaure el
rcParamsestilo predeterminado interno de Matplotlib.Los estilos incluidos en la lista negra
rcParams(definidos enmatplotlib.style.core.STYLE_BLACKLIST) no se actualizan.Ver también
matplotlib.rc_file_defaultsRestaure
rcParamsdesde el archivo rc cargado originalmente por Matplotlib.matplotlib.style.useUtilice un archivo de estilo específico. Llame
style.use('default')para restaurar el estilo predeterminado.