On 07/20/2013 10:59 AM, David P. Sanders wrote:


By the way, the following is a useful idiom to search for relevant parameters in the rcParams:

[k for k in mpl.rcParams.keys() if 'font' in k]

I think it would be useful to document this -- where would be a good place?

You might want to look at rcParams.find_all().

Mike


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to