├── .gitignore ├── README.rst ├── rc ├── default ├── ggplotish ├── probpro └── rlike ├── screenshots ├── default.png ├── ggplotish.png ├── probpro.png └── rlike.png └── showstyle.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daler/matplotlibrc/HEAD/.gitignore -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daler/matplotlibrc/HEAD/README.rst -------------------------------------------------------------------------------- /rc/default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daler/matplotlibrc/HEAD/rc/default -------------------------------------------------------------------------------- /rc/ggplotish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daler/matplotlibrc/HEAD/rc/ggplotish -------------------------------------------------------------------------------- /rc/probpro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daler/matplotlibrc/HEAD/rc/probpro -------------------------------------------------------------------------------- /rc/rlike: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daler/matplotlibrc/HEAD/rc/rlike -------------------------------------------------------------------------------- /screenshots/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daler/matplotlibrc/HEAD/screenshots/default.png -------------------------------------------------------------------------------- /screenshots/ggplotish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daler/matplotlibrc/HEAD/screenshots/ggplotish.png -------------------------------------------------------------------------------- /screenshots/probpro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daler/matplotlibrc/HEAD/screenshots/probpro.png -------------------------------------------------------------------------------- /screenshots/rlike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daler/matplotlibrc/HEAD/screenshots/rlike.png -------------------------------------------------------------------------------- /showstyle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daler/matplotlibrc/HEAD/showstyle.py --------------------------------------------------------------------------------