Re: [Matplotlib-users] How to set the colorbar ticks fontsize.

2007-09-05 Thread Xavier Gnata
Eric Firing wrote: > Xavier Gnata wrote: >> Hi all, >> >> I looking for a way to modify the colorbar ticks font size. >> a=rand(100,100) >> imshow(a) >> colorbar() >> and then?? >> >> For instance, xticks(fontsize=20) works well to modify the ticks >> fontsize along the X-axis but colorbar(fontsiz

Re: [Matplotlib-users] How to set the colorbar ticks fontsize.

2007-09-04 Thread Eric Firing
Xavier Gnata wrote: > Hi all, > > I looking for a way to modify the colorbar ticks font size. > a=rand(100,100) > imshow(a) > colorbar() > and then?? > > For instance, xticks(fontsize=20) works well to modify the ticks > fontsize along the X-axis but colorbar(fontsize=20) does not exists. > I mu

[Matplotlib-users] How to set the colorbar ticks fontsize.

2007-09-04 Thread Xavier Gnata
Hi all, I looking for a way to modify the colorbar ticks font size. a=rand(100,100) imshow(a) colorbar() and then?? For instance, xticks(fontsize=20) works well to modify the ticks fontsize along the X-axis but colorbar(fontsize=20) does not exists. I must be missing something. Xavier --