On Wed, Sep 29, 2010 at 4:21 AM, Ruggero wrote:
> I'm using matplotlib 0.9, is there a best way to do this:
>
>
>for labeltick in ax.xaxis.get_majorticklabels() +
> ax.yaxis.get_majorticklabels():
>labeltick.set_fontsize(15)
>
>
> I can't do:
> ax.tick_params(labelsize=15) as here:
>
I'm using matplotlib 0.9, is there a best way to do this:
for labeltick in ax.xaxis.get_majorticklabels() +
ax.yaxis.get_majorticklabels():
labeltick.set_fontsize(15)
I can't do:
ax.tick_params(labelsize=15) as here:
http://matplotlib.sourceforge.net/api/axes_api.html?highlight=tick