Thanks to visit codestin.com
Credit goes to github.com

Skip to content

axvline fails with log scaling #1246

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pelson opened this issue Sep 14, 2012 · 0 comments
Closed

axvline fails with log scaling #1246

pelson opened this issue Sep 14, 2012 · 0 comments
Assignees
Milestone

Comments

@pelson
Copy link
Member

pelson commented Sep 14, 2012

Code to reproduce:

import matplotlib.pyplot as plt

ax = plt.axes(yscale='log')
ax.axvline(1)
plt.show()
@ghost ghost assigned pelson Sep 14, 2012
@pelson pelson mentioned this issue Sep 14, 2012
pelson added a commit to pelson/matplotlib that referenced this issue Sep 17, 2012
…the affine/non-affine transformation of a BlendedGenericTransform.
@pelson pelson closed this as completed in 652e385 Sep 18, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant