-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PR: Fix issue where Spyder's inline graphics preferences were not applied #22088
Conversation
5c8bf7b
to
53e2ab8
Compare
9bf3e2e
to
f0f0978
Compare
e73fda1
to
d774fdf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me but I think it's missing a test to check that Matplotlib rcParams are effectively different between the inline and interactive backends.
Good idea. I'll create a test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mrclary for the new test!
This prevents user's matplotlib rc parameters from being clobbered when Spyder's "Activate support" is disabled. This makes sense because when disabled, a user should expect that Spyder does not interfere in any way.
Co-authored-by: Carlos Cordoba <[email protected]>
…spyder-ide/spyder-kernels.git --update --force external-deps/spyder-kernels subrepo: subdir: "external-deps/spyder-kernels" merged: "ea047533c" upstream: origin: "https://github.com/spyder-ide/spyder-kernels.git" branch: "master" commit: "ea047533c" git-subrepo: version: "0.4.6" origin: "???" commit: "???"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me now, thanks @mrclary!
Description of Changes
Issue(s) Resolved
Fixes #22034
Fixes #10932
Affirmation
By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.
I certify the above statement is true and correct: