├── LICENSE ├── README.md ├── matplotlibrc ├── test.png ├── test.py ├── test2.png └── test2.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bbarad/matplotlibrc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bbarad/matplotlibrc/HEAD/README.md -------------------------------------------------------------------------------- /matplotlibrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bbarad/matplotlibrc/HEAD/matplotlibrc -------------------------------------------------------------------------------- /test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bbarad/matplotlibrc/HEAD/test.png -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bbarad/matplotlibrc/HEAD/test.py -------------------------------------------------------------------------------- /test2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bbarad/matplotlibrc/HEAD/test2.png -------------------------------------------------------------------------------- /test2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bbarad/matplotlibrc/HEAD/test2.py --------------------------------------------------------------------------------