Hi -- According to what I've read in the docs, the following code should
render a graph with the Y-Axis NOT in scientific-mode. However this isn't
the case. What am I failing to understand?

import matplotlib.pylab as pylab
pylab.figure()
yfmt = pylab.gca().yaxis.get_major_formatter()
yfmt.set_scientific(False)
pylab.draw()
pylab.plot([110100,110102,110100,110103])
pylab.show()

...I'm running on Ubuntu Intrepid. matplotlib.__version__ reports 0.98.3  

Any thoughts?
Thanks!
-Dave
-- 
View this message in context: 
http://old.nabble.com/set_scientific%28False%29-doesn%27t-do-anything.-tp27631188p27631188.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs 
proactively, and fine-tune applications for parallel performance. 
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to