for the record I had to put the buffer on the set_limit commands, not the
"extent" of the image, like so:

   priceDiff = max(price)-min(price)
   diffQuant = priceDiff / 4
   minQuant = min(price)-diffQuant
   maxQuant = max(price)+diffQuant
   pl.set_ylim([minQuant,maxQuant])

and also include: 

   pl.set_xlim([min(date),max(date)])

to get it working just right. Just for posterity. Thanks again~





--
View this message in context: 
http://matplotlib.1069221.n5.nabble.com/Matplotlib-INSISTS-on-using-scientific-notation-how-do-I-make-it-STOP-tp40320p40329.html
Sent from the matplotlib - users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to