-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Cone not working properly? #1051
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
Thanks for the report @jzthree. What I'm seeing is that I can reproduce the plot in the documentation as long as the Could you add a screenshot of the 2D layout you're seeing? Cone is a fairly new trace, so my guess is that Chart studio hasn't been updated yet. I'll fix the code generation bug next week, and at that point I'll check on the status of chart studio support for the cone trace. Thanks! |
Thanks for looking into this! This is what i got
|
@jzthree Can you try this out with the new version 3.0.1? |
Thanks. Now using |
If |
Hi @jzthree , could you try the |
Oh wait, what interface are you using? That doesn't look like Jupyter notebook/lab. |
Oh I just tried jupyter notebook and that works (see below) The plot I showed before was nteract (see below).
|
It might be a matter of what version of plotly.js is bundled with nteract. @rgbkrk is the plotly.js version that nteract includes based on the version in https://github.com/nteract/minimal-plotly? If so, that would be version 1.25.0, which would explain the issue since cone traces were added in 1.39.0. |
I'm going to close this for now since I don't think it's something we can fix in plotly.py. I'd recommend filing an issue on the nteract side. Feel free to reopen if it turns out there is something we can do. |
Thanks for implementing the feature. I have been having some difficulties in reproducing the notebook https://plot.ly/python/3d-cone/ or tried to use ploly.graph_objs.Cone.
With iplot it shows a plot with 2D layout like scatter while 3d is expected.
With plot to save to a file and open it with chrome. It shows an empty grid.
Also "Edit in Chart Studio" button does not work for me in either case.
I have verified that I am using 3.0.0 version, and the html files says plotly.js 1.38.3. I have been mostly following the notebook except for using plotly.offline.plot and iplot instead.
The text was updated successfully, but these errors were encountered: