Thank you both Paul and Eric the kind helping hands,
Sudheer--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlen
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
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
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():