[ENH]: data kwarg support for mplot3d #20912
Milestone
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 |
story645
added a commit
that referenced
this issue
Sep 19, 2021
…t-mplot3d [ENH]: data kwarg support for mplot3d #20912
meeseeksmachine
added a commit
to meeseeksmachine/matplotlib
that referenced
this issue
Sep 25, 2021
tacaswell
pushed a commit
to tacaswell/matplotlib
that referenced
this issue
Oct 12, 2021
…arg-support-mplot3d [ENH]: data kwarg support for mplot3d matplotlib#20912
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: