Re: [Matplotlib-users] font for errorbar plot

2013-05-30 Thread Eric Firing
On 2013/05/30 3:42 PM, Paul Hobson wrote: > > > > On Thu, May 30, 2013 at 6:28 PM, Sudheer Joseph > mailto:sudheer.jos...@yahoo.com>> wrote: > > Dear Users, > Is there a way to set font size of error bar plot > axis? I tried below one but get error that "'ErrorbarContai

Re: [Matplotlib-users] font for errorbar plot

2013-05-30 Thread Paul Hobson
On Thu, May 30, 2013 at 6:28 PM, Sudheer Joseph wrote: > Dear Users, > Is there a way to set font size of error bar plot axis? I > tried below one but get error that "'ErrorbarContainer' object has no > attribute 'xaxis'" > any help?? > > ax=plt.errorbar(y,x,err,label='STDV') > plt

[Matplotlib-users] font for errorbar plot

2013-05-30 Thread Sudheer Joseph
Dear Users,     Is there a way to set font size of error bar plot axis? I tried below one but get error that "'ErrorbarContainer' object has no attribute 'xaxis'" any help?? ax=plt.errorbar(y,x,err,label='STDV') plt.xlim(0,110) for tick in ax.xaxis.get_major_ticks():