From: Michael D. <md...@st...> - 2013-07-22 13:40:42
|
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 |