8000 axline transform support broke axline in loglog scale · Issue #19445 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
axline transform support broke axline in loglog scale #19445
Closed
@anntzer

Description

@anntzer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0