|
From: John H. <jdh...@ac...> - 2005-03-11 15:03:23
|
>>>>> "Humufr" == Humufr <hu...@ya...> writes:
Humufr> Hi, There are probably a bug (or I miss
Humufr> another thing) in the ylabel, the fonts definitions is not
Humufr> use like it is for the xlabel. The y label still small but
Humufr> the x label is how I want it.
Yes this is a bug -- take the line in axes.Axes.set_ylabel that reads
if fontdict is not None: self.title.update(fontdict)
and replace it with
if fontdict is not None: label.update(fontdict)
(oops)
Humufr> ps: I'm using the last CVS.
This is not too informative. Unfortunately, non-developer CVS lags
can be so long that "latest" can be any of many different versions.
Most helpful would be a revision number of the file you think is
involved in the bug
peds-pc311:~/python/projects/matplotlib> cvs status lib/matplotlib/axes.py
Enter passphrase for key '/home/jdhunter/.ssh/id_dsa':
===================================================================
File: axes.py Status: Up-to-date
Working revision: 1.81
Repository revision: 1.81 /cvsroot/matplotlib/matplotlib/lib/matplotlib/axes.py,v
Thanks for the report!
|