-
-
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: Add new options for font size and bottom edge for inline plot #21566
Conversation
Hello @jitseniesen! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2024-01-02 19:26:41 UTC |
54c62ce
to
0464320
Compare
The force-push was to fix a PEP8 style violation. |
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 @jitseniesen for your work on this! Small small code style suggestions for you, the rest looks good to me.
Also, please resync our subrepo now that I merged your PR there.
spyder/plugins/variableexplorer/widgets/tests/test_namespacebrowser.py
Outdated
Show resolved
Hide resolved
As suggested in code review. Co-authored-by: Carlos Cordoba <[email protected]>
…r-kernels.git --branch=master --update --force external-deps/spyder-kernels subrepo: subdir: "external-deps/spyder-kernels" merged: "66576a716" upstream: origin: "https://github.com/spyder-ide/spyder-kernels.git" branch: "master" commit: "66576a716" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo" commit: "110b9eb"
4a0f8f2
to
f5b92b7
Compare
Done, this should be good to go now if the tests pass. |
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 @jitseniesen!
Description of Changes
Add two new options, for the font size and the position of the bottom edge, for inline plots in the IPython console. The reason for this was discussed in issue #19672. Send these options to the Spyder kernels, where they will be used in a partner PR (I hope I'm doing that right, I have never done this before).
When writing the code, I noticed that the (?) icons for the tooltips of some spinboxes (resolution, width, height) was missing, so I added these as well.
The Preferences page now looks like this:
For comparison, this is what it looks before the PR:
Issue(s) Resolved
Fixes #19672
Depends on spyder-ide/spyder-kernels#477
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: Jitse Niesen