whylabs / whylogs

An open-source data logging library for machine learning models and data pipelines. 📚 Provides visibility into data quality & model performance over time. 🛡️ Supports privacy-preserving data collection, ensuring safety & robustness. 📈
https://whylogs.readthedocs.io/
Apache License 2.0
2.65k stars 121 forks source link

Method to revert matplotlib theming #73

Closed ibackus closed 2 years ago

ibackus commented 4 years ago

The MatplotlibProfileVisualizer updates matplotlib rcParams upon initialization. It should either have

See also: https://stackoverflow.com/questions/35394564/is-there-a-context-manager-for-temporarily-changing-matplotlib-settings

jamie256 commented 2 years ago

Deprecated in favor of NotebookProfileVisualizer