On 02/08/2012 11:28 AM, John Hunter wrote:
> 
> OK, here is where the problem is.  In the plt.axis call you are setting
> the x-axis min to 0 which is not a legal date value.  I suggest letting
> the x-axis take care of itself, and set the y-axis limits with 
> 
> plt.ylim(-1.5, 1.5)
> 
> JDH 

Many thanks!  I also had to move the axhline commands to follow the
other plotting commands.

Ted

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to