├── README.md ├── prettyplots.ipynb ├── prettyplots.mplstyle ├── requirements.txt └── test_data.pkl /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yobibyte/prettyplots/HEAD/README.md -------------------------------------------------------------------------------- /prettyplots.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yobibyte/prettyplots/HEAD/prettyplots.ipynb -------------------------------------------------------------------------------- /prettyplots.mplstyle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yobibyte/prettyplots/HEAD/prettyplots.mplstyle -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | numpy 2 | matplotlib 3 | ipywidgets -------------------------------------------------------------------------------- /test_data.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yobibyte/prettyplots/HEAD/test_data.pkl --------------------------------------------------------------------------------