-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[ENH]: data kwarg support for mplot3d #20912
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
Comments
Hey I am new to open source can you assign me this issue if its open and some resources that can help me for solving this. |
@akshat-max the contributing guide is at https://matplotlib.org/devdocs/devel/index.html. To get familiar w/ the data kwarg, I'd suggest tracing through a couple of the plotting methods that take it as input - you can find em in https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/axes/_axes.py#L1075 |
…t-mplot3d [ENH]: data kwarg support for mplot3d #20912
…arg-support-mplot3d [ENH]: data kwarg support for mplot3d matplotlib#20912
…t-mplot3d [ENH]: data kwarg support for mplot3d #20912
…arg-support-mplot3d [ENH]: data kwarg support for mplot3d matplotlib#20912
Problem
3d axes don't support the data kwarg:
results in
Proposed solution
I think it's "mostly" a matter of adding a bunch of
@_preprocess_data
decorators to 3D plotting methods similarly to what's done for 2D plots, hence tagging as good-first-issue (though you'll need to understand a bit about the Matplotlib internals).Additional context and prior art
No response
The text was updated successfully, but these errors were encountered: