> 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
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",horizont
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, so the color, alignment and