-
-
Notifications
You must be signed in to change notification settings - Fork 33
Remove matplotlib rc overrides. #14
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
Conversation
Just a quick comment to say that this is quite handy for us in Spyder, so I hope it's not removed in the future. I'm fine with leaving it empty though because we can fill it on our side. |
Agreed @ccordoba12 - I didn't intend to remove b/c I figured someone out there would be likely to use it, but I've added clarifying language both in the help string and comments to this effect, so down the road nobody has the temptation to "clean up" and nuke it. Thx for the feedback! |
Great! Thanks for adding that extra comment @fperez! To give a bit more of context, the thing is we make heavy use of the inline backend because we have a dedicated pane to display figures that come from it: |
Makes sense, that's an excellent use case and it provides great UX. Thanks for the extra context! |
Given this is now being reported by other mpl users, and @tacaswell's approval (thx!) I'm inclined to merge this. Unless someone has a reason not to in the next day or two, I'm happy to do it. I haven't touched our actual code in ages so I don't want to step on anyone's toes, but I'll take silence as acquiescence :) Once merged, it would be nice to cut a release in the next few weeks - I have a class coming up in the fall (as will many others) with over 1,000 students where this has caused headaches in the past, would be nice to not have to deal with it. |
It would be great to have a new release to be able to use |
@juanitorduz can you clarify your comment? Is there a version-specific issue with matplotlib you refer to? We do want to make a release b/c of these other issues, but I'm using mpl 3.5.3 just fine, so I'd like to understand what you're referring to... |
I think @juanitorduz is asking for a release of matplotilb-inline with this PR in it. |
Ah, ok, fair enough - that's indeed the plan :). |
Exactly 😅 ! Thank you for the info! 🚀 |
@juanitorduz - all set; in #16 we're finalizing the details, but I should have this up soon on PyPI. Thanks for the nudge :) |
Thanks @fperez for removing those RC overrides! I have suffered from them for years (see e.g. ipython/ipykernel#267 (comment)), even more so now that local With the latest The |
Could the wrong |
@mgeier - given we are not expliciltly setting the figure dpi anywhere anymore, and that I don't think we should embark on a custom theme, do you have any further thoughts on what we should do from our (as in iptyhon/mpl-inline) end on this? If so, please go ahead and open a new issue on this so we can look into it. And thanks for your input on all these related issues! |
I still think that it would be great if For now, I'm fine with manually creating a |
Addresses ipython/ipython#10383.