quiver and Inf values

Ryan May wrote:

    

Try changing your plot limits. :slight_smile:

pylab.xlim(-3,3)
pylab.ylim(-3,3)
  
Aha! Perfect; thank you!

I'll fix this in Sage now...

Jason