-
Notifications
You must be signed in to change notification settings - Fork 1
3d volume notebook #115
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
3d volume notebook #115
Conversation
I still have to generate the thumbnail, but I'm pushing first the tutorial so that you can comment |
python/3d-volume.md
Outdated
language: python | ||
layout: user-guide | ||
name: 3D Volume Plots | ||
order: 12.1.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this isn't a valid number :)
Hmm so my laptop is really struggling to render these... are these plots particularly complex or...? |
yeah my Chrome tab crashed trying to render :( |
Yes these plots are quite resource-intensive to render... which surprised me since the arrays are not that big. I can try to decrease a bit the size of arrays but it'd interesting to see if @archmoj thinks this sluggishness is normal or not... |
I reduced the grid size it should behave better now. |
Works for me! 💃 |
Doc upgrade checklist:
unconverted/x/y.md
tox/y.md
plot()
oriplot()
graph_objs
has been renamed tograph_objects
fig = <something>
call is high up in each exampletrace
objectsadd_trace
andupdate_layout
fig.show()
at the end of each examplepx
example at the top if appropriateCloses plotly/documentation#1492
This is a new notebook.