mirror of
https://github.com/wassname/matplotlibrc.git
synced 2026-08-22 12:10:35 +08:00
6cdf1dd8024c13d7c9445a8a559779c7bf219e9f
`matplotlibrc` demos
====================
Some -- but not all -- characteristics of matplotlib plots can be configured
via the matplotlib.rcParams dictionary.
Add a new matplotlibrc file to the `rc` dir, say `myrc`, and use::
$ ./showstyle.py myrc
See the `showstyle.py` file for usage -- for example, note how `hist` and
`scatter` grab the first color in `rcParams['axes.color_cycle']` since there's
no way to set the default scatter or hist color via rcParams.
Languages
Python
100%