petermckeeverPerform / themepy

An open source theme selector for matplotlib
MIT License
72 stars 9 forks source link

add set_grid(), set_rcparams(), helper get_rcparams_containing() and new themes #10

Closed znstrider closed 3 years ago

znstrider commented 3 years ago

This PR adds

1) a set_grid function 2) a general purpose set_rcparams() function

=> both are added to the top readme example

3) a linewidth arg to set_spines() 4) a color arg to set_pips() 5) a helper.py module with a function get_rcParams_containing() to search rcParams keys by substrings to aid theme building. 6) Themes: fivethirtyeight-grey, fivethirtyeight-white, financial-times-light, dark and barcanumbers-lightgrey.