Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Fixes #7742 - axhline rescale issue#8210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Modified axhline() function to save state of ignoring limits and restore after plotting the line
This appears to be a duplicate of#8205 |
I think the other PR fully addresses the issue. If it doesn't, I would prefer that more work be added to do so. |
sughandj commentedMar 7, 2017 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@phobson Ahh I see, I think the test I have written in my commit won't work with the other PR's fix I guess we help the other PR in that case? |
There have been a lot of changes since this, so even if the bug is still present (which is unclear--see#17925), I don't think the approach used here will be the right one. |
Fixes#7742
Modified axhline() function to save state of ignoring limits and restore after plotting the line