Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix inversion of 3d axis.#14579

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ivanov merged 1 commit intomatplotlib:masterfromanntzer:3dinvert
Jun 25, 2019
Merged

Conversation

anntzer
Copy link
Contributor

@anntzeranntzer commentedJun 19, 2019
edited
Loading

... which was broken because 3d axises stored and accessed their viewlim
info sometimes in xy_viewLim/zz_viewLim and sometimes in v_interval (and
likewise for datalim), leading to out-of-sync info...

Not deprecating d_interval/v_interval for now both because this needs to
go to 3.1.1 to fix the breakage and because I think storing the info in
axis attributes actually makesmore sense than in viewLim/dataLim --
but fully switching to d_interval/v_interval needs bigger surgery.

Closes#14577.

edit: now with tests.

PR Summary

PR Checklist

  • Has Pytest style unit tests
  • Code isFlake 8 compliant
  • New features are documented, with examples if plot related
  • Documentation is sphinx and numpydoc compliant
  • Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
  • Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way

@anntzeranntzer added topic: mplot3d Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. labelsJun 19, 2019
@anntzeranntzer added this to thev3.1.1 milestoneJun 19, 2019
... which was broken because 3d axises stored and accessed their viewliminfo sometimes in xy_viewLim/zz_viewLim and sometimes in v_interval (andlikewise for datalim), leading to out-of-sync info...Not deprecating d_interval/v_interval for now both because this needs togo to 3.1.1 to fix the breakage and because I think storing the info inaxis attributes actually makes *more* sense than in viewLim/dataLim --but fully switching to d_interval/v_interval needs bigger surgery.
@ivanovivanov merged commitc8b6105 intomatplotlib:masterJun 25, 2019
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull requestJun 25, 2019
ivanov added a commit that referenced this pull requestJun 25, 2019
…579-on-v3.1.xBackport PR#14579 on branch v3.1.x (Fix inversion of 3d axis.)
@anntzeranntzer deleted the 3dinvert branchJune 25, 2019 06:07
@timhoffmtimhoffm mentioned this pull requestDec 31, 2019
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@efiringefiringefiring approved these changes

@tacaswelltacaswelltacaswell approved these changes

Assignees
No one assigned
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.topic: mplot3d
Projects
None yet
Milestone
v3.1.1
Development

Successfully merging this pull request may close these issues.

Calling invert_yaxis() on a 3D plot has either no effect or removes ticks
5 participants
@anntzer@efiring@tacaswell@ivanov@dstansby

[8]ページ先頭

©2009-2025 Movatter.jp