We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using contour3() to create a 3-D contour plot, a regular 2-D plot is being created instead.
contour3()
[X,Y] = meshgrid(-5:0.25:5); Z = X.^2 + Y.^2; contour3(Z) fig2plotly(gcf, 'offline', false);
Expected and generated (https://chart-studio.plotly.com/~xarico10/741/#/) plots:
Examples on using contour3() can be found on: https://www.mathworks.com/help/matlab/ref/contour3.html#responsive_offcanvas
The text was updated successfully, but these errors were encountered:
fix issue #247
6367443
FIXED by the PR Issue247 fixed #323
Sorry, something went wrong.
gilbertogalvis
No branches or pull requests
When using
contour3()
to create a 3-D contour plot, a regular 2-D plot is being created instead.Expected and generated (https://chart-studio.plotly.com/~xarico10/741/#/) plots:


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