8000 MNT: Raise on GeoAxes limits manipulation by timhoffm · Pull Request #28594 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

MNT: Raise on GeoAxes limits manipulation #28594

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

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

timhoffm
Copy link
Member

GeoAxes does not support changing limits. We already raised on set_x/ylim(). This now also raises on
set_x/ybounds() and invert_x/yaxis().

Closes #28590.

GeoAxes does not support changing limits. We already
raised on `set_x/ylim()`. This now also raises on
`set_x/ybounds()` and `invert_x/yaxis()`.

Closes matplotlib#28590.
@oscargus oscargus added this to the v3.10.0 milestone Jul 19, 2024
Copy link
Member
@QuLogic QuLogic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inverting is likely to be possible to implement (as opposed to limited ranges), but as we don't do it, best to not mislead the user into thinking it might work.

@QuLogic QuLogic merged commit aca8b7a into matplotlib:main Jul 19, 2024
37 of 39 checks passed
@timhoffm timhoffm deleted the geo-axes-limits branch January 18, 2025 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ENH]: Geo Projections support for inverting axis
3 participants
0