Hi, is it possible to change the default y-axis scaling so that the ticks/label are not with respect to the large offset?
For example: import scipy import pylab x = scipy.arange(100) y = scipy.rand(100) + 1000006 pylab.figure() pylab.plot(x,y) pylab.grid() pylab.show() This gives the y-limits as (0,1) with respect to 1000006. This makes it very hard to read. I'd like to be able to configure this manually. Thanks in advance, Daniel ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users