On 11/21/2010 11:21 AM, Tommy Grav wrote:
> I have two questions:
>
> 1. Is there a way to increase the line width of the axes? I have figured out
> how to do it
> with the tick marks, but not the axes themselves.
for s in ax.spines.values():
s.set_linewidth(5)
>
> 2. When adding a label
I have two questions:
1. Is there a way to increase the line width of the axes? I have figured out
how to do it
with the tick marks, but not the axes themselves.
2. When adding a label to plot (xlabel and ylabel) the label will be cropped if
the font is
large. Is there a way to rescale the plo