From: Thomas C. <tca...@gm...> - 2014-10-14 03:02:44
|
Can someone please review 3564? https://github.com/matplotlib/matplotlib/pull/3564 It fixes the fact that there were ways to get values into rcparams that side-stepped all of the validation code which lead to some very long standing bugs. It raises warnings in the case of values that now fail validation, but used to sneak in. The plan is to change the warnings to exceptions at a later date. Tom -- Thomas Caswell tca...@gm... |