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: re-jigger deprecation of rcParams using machinery in __init__#10379

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
jklymak merged 1 commit intomatplotlib:masterfromtacaswell:fix_rcdeprecation
Feb 5, 2018

Conversation

tacaswell
Copy link
Member

PR Summary

This suppresses the warnings in the test suite and removes

PR Checklist

  • Has Pytest style unit tests
  • Code is PEP 8 compliant

@tacaswelltacaswell added the Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. labelFeb 5, 2018
@tacaswelltacaswell added this to thev2.2 milestoneFeb 5, 2018
@tacaswell
Copy link
MemberAuthor

Alternative to#10378 sorry, I did not see that one existed! I think this one is a bit better as it cleans out all of the internal usage.

@jklymak
Copy link
Member

No problem. I was just hacking. Glad you have a proper solution.

Copy link
Member

@QuLogicQuLogic left a comment

Choose a reason for hiding this comment

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

This fixes Travis and local pytest for me.

@@ -83,16 +83,16 @@
if QT_API is None:
# No ETS environment or incompatible so use rcParams.
if rcParams['backend'] == 'Qt5Agg':
QT_API =rcParams['backend.qt5']
QT_API =QT_API_PYQT5
Copy link
Member

Choose a reason for hiding this comment

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

OK, but this does't just deprecate the rcparam, it now ignores it, right? Is that what you wanted? Feel free to clear if so, but putting a red x so its noted..

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

Yes, but the rc deprecation tools do not have a gentler option

@jklymakjklymak merged commit0e5345e intomatplotlib:masterFeb 5, 2018
@tacaswelltacaswell deleted the fix_rcdeprecation branchFebruary 5, 2018 21:47
@QuLogicQuLogic modified the milestones:needs sorting,v2.2.0Feb 12, 2018
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@QuLogicQuLogicQuLogic approved these changes

@jklymakjklymakjklymak approved these changes

@anntzeranntzerAwaiting requested review from anntzer

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

Successfully merging this pull request may close these issues.

3 participants
@tacaswell@jklymak@QuLogic

[8]ページ先頭

©2009-2025 Movatter.jp