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

Skip to content

polar spines are brittle #16066

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

Open
anntzer opened this issue Jan 1, 2020 · 1 comment
Open

polar spines are brittle #16066

anntzer opened this issue Jan 1, 2020 · 1 comment
Labels
keep Items to be ignored by the “Stale” Github Action status: confirmed bug topic: polar

Comments

@anntzer
Copy link
Contributor

anntzer commented Jan 1, 2020

Bug report

Bug summary

Because Spine is mostly written for rectilinear axes, calling some seemingly harmless methods on polar spines can completely mess up their positioning.

Code for reproduction

from pylab import *
polar()
print(gca().spines["polar"].get_position())
show()

or

from pylab import *; polar(); print(gca().spines["polar"].get_spine_transform())

Actual outcome

test

Expected outcome

The spine stays correct, or at least the get_foo getter raises an exception.

Matplotlib version

  • Operating system: linux
  • Matplotlib version: head
  • Matplotlib backend (print(matplotlib.get_backend())): qt5agg
  • Python version: 38
  • Jupyter version (if applicable):
  • Other libraries:
@github-actions
Copy link

github-actions bot commented Jul 5, 2023

This issue has been marked "inactive" because it has been 365 days since the last comment. If this issue is still present in recent Matplotlib releases, or the feature request is still wanted, please leave a comment and this label will be removed. If there are no updates in another 30 days, this issue will be automatically closed, but you are free to re-open or create a new issue if needed. We value issue reports, and this procedure is meant to help us resurface and prioritize issues that have not been addressed yet, not make them disappear. Thanks for your help!

@github-actions github-actions bot added the status: inactive Marked by the “Stale” Github Action label Jul 5, 2023
@anntzer anntzer added keep Items to be ignored by the “Stale” Github Action and removed status: inactive Marked by the “Stale” Github Action labels Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keep Items to be ignored by the “Stale” Github Action status: confirmed bug topic: polar
Projects
None yet
Development

No branches or pull requests

2 participants