-
Notifications
You must be signed in to change notification settings - Fork 167
surfc() not working properly #259
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
@empet made a nice solution for this in Python |
Here are some examples: https://chart-studio.plotly.com/~empet/15742/#/ https://chart-studio.plotly.com/~empet/14225/slices-in-volumetric-data/#/ @empet I couldn't find your notebook for making these projections from 3d surface plots |
@jackparmer https://chart-studio.plotly.com/~empet/15919 |
PR #347 fix this issue |
When using
surfc()
to create a three-dimensional surface plot with a contour plot underneath, the contour plot isn't correctly plotted (it should be underneath the 3-D surface on its same grid, not all over the place with independent grid and axes).Expected and generated (https://chart-studio.plotly.com/~xarico10/755/#/) plots:

Examples on using
surfc()
can be found on:https://www.mathworks.com/help/matlab/ref/surfc.html
The text was updated successfully, but these errors were encountered: