Skip to content

3d Surface Plots #134

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

Merged
merged 4 commits into from
Nov 22, 2019

Conversation

maxstreese
Copy link

Summary

I have tried to implement as best as possible 3D Surface Plots.

Tests where all passing on my machine after commenting in the relevant section of the Plotly documentation as described in your README. Additionally I have tried to follow your indentation style as close as possible.

To have some idea of how the changes introduced here behave in the real world I have replicated parts of the Plotly documentation. Please see below for the results.

Topographical 3D Surface Plot

topographical-3d-surface-plot

Multiple 3D Surface Plots

multiple-3d-surface-plots

Some Layout Features

some-layout-features

Comment on lines +240 to +241
x: Option[Sequence],
y: Option[Sequence],
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turns out that in order to get something like below you need the x and y axes as well. I though you could provide these via the axes in the scene (part of the layout) but you cannot.

surface

@alexarchambault
Copy link
Owner

@maxstreese That's awesome, thanks a lot!

@alexarchambault alexarchambault merged commit e8eb0dd into alexarchambault:master Nov 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants