余亮罡, on 2011-01-03 13:31, wrote:
> I just do not know how to change the font size,could you tell
> me that? Thank you !
Here's a small example. You can either keep around the ylabel
from when you first create it:
import matplotlib.pyplot as plt
lbl = plt.ylabel("foo")
lbl.set_size(25)
If
Hi Ben:
I just do not know how to change the font size,could you tell me that? Thank
you !
At 2011-01-01 07:08:23,"Benjamin Root" wrote:
2010/12/31 余亮罡
Dear all,
I have a quesstion about change the width of the ylabel.You know the width
of the ylabel is relaete to the x axi,how can i ch
2010/12/31 余亮罡
> Dear all,
> I have a quesstion about change the width of the ylabel.You know the
> width of the ylabel is relaete to the x axi,how can i change the width of
> the ylabel not depend on the width of the x-axis?
> Thank you!
> George
>
>
>
>
Maybe I am not understanding. T
Dear all,
I have a quesstion about change the width of the ylabel.You know the width
of the ylabel is relaete to the x axi,how can i change the width of the ylabel
not depend on the width of the x-axis?
Thank you!
George
-