Re: [Matplotlib-users] pyplot.yticks ignoring font if labels are supplied, any ideas? SOLVED

2010-02-11 Thread ristretto
ristretto wrote: import matplotlib.pyplot as pyplot fprop=matplotlib.font_manager.FontProperties(size='xx-small') pyplot.yticks((70,80,90,100),('70%','80%','90%','100%'), color=#8c949d,horizontalalignment='right',fontproperties=fprop ) This will cause all the kwargs to be ignored,

Re: [Matplotlib-users] pyplot.yticks ignoring font if labels are supplied, any ideas? SOLVED

2010-02-11 Thread Jae-Joon Lee
On Thu, Feb 11, 2010 at 3:55 PM, ristretto ristretto...@gmail.com wrote: I'm not sure I'll ever really understand Matplotlib.  Why I had to do this, I don't really know.  It's hard to spec out projects when you think that setting the font on some text should take no time at all, but it takes

Re: [Matplotlib-users] pyplot.yticks ignoring font if labels are supplied, any ideas? SOLVED

2010-02-11 Thread ristretto
While developers are working hard to fix any bugs, Matplolib is not a perfect, bug-free library. And I doubt if it ever will be (to clarify, I'm one of the developers). And with the 0.99 maintenance branch and the current svn, I cannot reproduce your problem, so I guess this is a known