2013-06-30 13:43:24 -04:00
2013-06-30 10:34:55 -07:00
2013-06-30 13:43:24 -04:00

`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.
S
Description
some example matplotlibrc files, and a script display their effects
Readme
3.9 MiB
Languages
Python 100%