-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Feature request: stem3 #15066
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
Labels
Good first issue
Open a pull request against these issues if there are no active ones!
New feature
topic: mplot3d
Milestone
Comments
Is anybody working on this? I would like to take this up. A few questions:
|
Nope, go ahead and try to implement it. No, the api should match our stem()
API, just with a `z` and `zdir` argument, most likely. You'll see what I
mean when you look at implementations for `plot()` and `scatter()` in
`lib/mpl_toolkits/mplot3d/axes3d.py`.
…On Tue, Sep 10, 2019 at 1:09 PM Harshavardhan Unnibhavi < ***@***.***> wrote:
Is anybody working on this? I would like to take this up. A few questions:
1. Would the api need to be same as the matlab api?
2. Where should I begin?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#15066?email_source=notifications&email_token=AACHF6GM5S5QRJG4XJPT2JDQI7IDTA5CNFSM4IMFTZJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6L2OOY#issuecomment-530032443>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACHF6AKWJL7VBMPK5FLZ6LQI7IDTANCNFSM4IMFTZJQ>
.
|
Sure, thanks!! |
harshanavkis
added a commit
to harshanavkis/matplotlib
that referenced
this issue
Sep 11, 2019
This commit introduces the stem3D function. It is similar to the stem3 function from Matab. Resolves Issue matplotlib#15066. Signed-off-by: harshanavkis <harshanavkis@gmail.com>
6 tasks
harshanavkis
added a commit
to harshanavkis/matplotlib
that referenced
this issue
Sep 13, 2019
This commit introduces the stem3D function. It is similar to the stem3 function from Matab. Resolves Issue matplotlib#15066. Signed-off-by: harshanavkis <harshanavkis@gmail.com>
harshanavkis
added a commit
to harshanavkis/matplotlib
that referenced
this issue
Sep 13, 2019
This commit introduces the stem3D function. It is similar to the stem3 function from Matab. Resolves Issue matplotlib#15066. Signed-off-by: harshanavkis <harshanavkis@gmail.com>
harshanavkis
added a commit
to harshanavkis/matplotlib
that referenced
this issue
Sep 13, 2019
This commit provides an example on generating 3d stem plots. Resolves Issue matplotlib#15066. Signed-off-by: harshanavkis <harshanavkis@gmail.com>
harshanavkis
added a commit
to harshanavkis/matplotlib
that referenced
this issue
Sep 14, 2019
This commit introduces the stem3D function. It is similar to the stem3 function from Matab. Resolves Issue matplotlib#15066. Signed-off-by: harshanavkis <harshanavkis@gmail.com>
harshanavkis
added a commit
to harshanavkis/matplotlib
that referenced
this issue
Sep 14, 2019
This commit provides an example on generating 3d stem plots. Resolves Issue matplotlib#15066. Signed-off-by: harshanavkis <harshanavkis@gmail.com>
harshanavkis
added a commit
to harshanavkis/matplotlib
that referenced
this issue
Sep 14, 2019
This commit provides an example on generating 3d stem plots. Resolves Issue matplotlib#15066. Signed-off-by: harshanavkis <harshanavkis@gmail.com>
harshanavkis
added a commit
to harshanavkis/matplotlib
that referenced
this issue
Sep 14, 2019
This commit introduces the stem3D function. It is similar to the stem3 function from Matab. Resolves Issue matplotlib#15066. Signed-off-by: harshanavkis <harshanavkis@gmail.com>
harshanavkis
added a commit
to harshanavkis/matplotlib
that referenced
this issue
Sep 14, 2019
This commit provides an example on generating 3d stem plots. Resolves Issue matplotlib#15066. Signed-off-by: harshanavkis <harshanavkis@gmail.com>
6 tasks
Is anyone still working on this? |
Not as far as I can see. |
No. I'm using "sufficient enough" workaround for visualization |
@jackcwu and I are working on this |
#18310 was merged 2 weeks ago., Can this issue be closed now? |
Yes, thanks for the notification. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Good first issue
Open a pull request against these issues if there are no active ones!
New feature
topic: mplot3d
Would be great to have an equivalent to Matlab's stem3 in
matplotlib
. A temporary workaround is e.g. to use Line3D.The text was updated successfully, but these errors were encountered: