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

Avoid checking limits when updating both min and max for contours#26601

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
QuLogic merged 2 commits intomatplotlib:mainfromksunden:contour_vlim
Sep 6, 2023

Conversation

ksunden
Copy link
Member

PR summary

closes#26531

In#26531 (comment)@anntzer postulated that a better fix is possible, I'm open to one, but this works.

Note that I think there still could be some problems if updating vlims later on (this only addresses the setting in__init__).

It was also suggested to add an atomic update of both vmin and vmax (which only triggerschanged once), but that is not yet implemented.

PR checklist

@oscargusoscargus added this to thev3.8.0 milestoneAug 25, 2023
@oscargusoscargus added the Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. labelAug 25, 2023
@anntzer
Copy link
Contributor

(The "better fix" I was thinking about was just adding the atomic vmin/vmax update.)

@QuLogicQuLogic merged commit75ef6e2 intomatplotlib:mainSep 6, 2023
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull requestSep 6, 2023
QuLogic added a commit that referenced this pull requestSep 6, 2023
…601-on-v3.8.xBackport PR#26601 on branch v3.8.x (Avoid checking limits when updating both min and max for contours)
@ksundenksunden mentioned this pull requestSep 15, 2023
5 tasks
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@QuLogicQuLogicQuLogic left review comments

@oscargusoscargusoscargus approved these changes

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

Successfully merging this pull request may close these issues.

[Bug]: ValueError thrown whenlevels is set to a lower value thanvmin when usingcontours method of Axes
4 participants
@ksunden@anntzer@QuLogic@oscargus

[8]ページ先頭

©2009-2025 Movatter.jp