>>>>> "Tony" == Tony Mannucci <[EMAIL PROTECTED]> writes:

    Tony> axvline does not appear to work correctly. It appears to
    Tony> change the plot axes.  For example:

Thanks for the bug-report and example code, this is now fixed in svn
2481.  To fix this, I also added support for selective autoscaling in
ax.autoscale_view and ax.plot, so you can say

  ax.autoscale_view(scaley=False)

or 

  ax.plot(something, scaley=False)

JDH


_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to