[Matplotlib-users] errorbar and legend(loc='best') gives error

2008-03-06 Thread Kevin Christman
When errorbar() and legend(loc='best') are used an error message appears. But other legend locations (e.g. 'upper left' or 'upper right') work fine. pylab.figure() pylab.errorbar(xdata,ydata,z*y_standardError,fmt='o-',label='test') pylab.legend(loc='best') pylab.show() Exce

[Matplotlib-users] formatting axis to percent notation

2008-01-16 Thread Kevin Christman
I'm new to matplotlib. Currently the x-axis shows numbers from 0 to 1. I would like it to show it in percent notation (e.g. 0% to 100%). How do I do this in matplotlib? Thanks, Kevin Be a better f