Skip to content
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

axline transform support broke axline in loglog scale #19445

Closed
anntzer opened this issue Feb 3, 2021 · 2 comments
Closed

axline transform support broke axline in loglog scale #19445

anntzer opened this issue Feb 3, 2021 · 2 comments
Labels
Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Milestone

Comments

@anntzer
Copy link
Contributor

anntzer commented Feb 3, 2021

Bug report

Bug summary

#18647 broke loglog scale axlines.

Code for reproduction

loglog([.3, .6], [.3, .6], ".-"); axline((1, 1e-3), (10, 1e-2), c="k")

Actual outcome

new
one can zoom out a bit and get
zoomedout

Expected outcome

What we had before #18647:
old

Matplotlib version

  • Operating system: linux
  • Matplotlib version (import matplotlib; print(matplotlib.__version__)): head
  • Matplotlib backend (print(matplotlib.get_backend())): mplcairo
  • Python version: 39

Release critical, as it's a regression in 3.4 against 3.3.

@anntzer anntzer added the Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. label Feb 3, 2021
@anntzer anntzer added this to the v3.4.0 milestone Feb 3, 2021
@anntzer
Copy link
Contributor Author

anntzer commented Feb 9, 2021

@johan12345 Any chance you can have a look at this?

@johan12345
Copy link
Contributor

Hi! Sorry for this. I can reproduce the issue and think I have found a fix. Will send a PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Projects
None yet
Development

No branches or pull requests

2 participants