Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Add interpolation option for facecolors in plot_surface method#30255
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
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This has scipy as a conditional dependency. We don't do this anywhere in the codebase and at the very least we would need to make it a testing dependency. |
I would believe that this interpolation functionality is already provided by the image extension (via agg), depending on scipy is likely a no. |
Agreed - However, I'm not sure this kind of interpolation is even correct for |
alright, thank you for the feedback, so should we just try to use pcolormesh and either use nearest or Gouraud? Or should we just work on something else since the interpolation is already provided by the image extension via agg? |
Uh oh!
There was an error while loading.Please reload this page.
PR summary
This PR contains an additional interpolation parameter added to the plot_surface method enabling surface plot to support interpolation.
closes#29878
PR checklist