Re: [matplotlib-devel] Patch: more Pythonic rc handling

2012-07-11 Thread Maciek Dems
Dnia wtorek, 10 lipca 2012 21:32:40 Maciek Dems pisze: > In the attachment I include a path to the current git main repo, which > enables this way of handling RC properties. I would appreciate very much if > they were reviewed and included in the next release of Matplotlib (the > patch is not parti

[matplotlib-devel] Patch: more Pythonic rc handling

2012-07-10 Thread Maciek Dems
The standard RC parameters handling in Matplotlib has always troubled me. The syntax rc('figure.subplot', top=0.9) is not very conveniet if one wants to change a singe property. Direct rcParams['figure.subplot.top'] seems better suited in this case. However, as the dots are already used to indi