Skip to content

3-D contour plots not supported #247

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

Closed
xarico10 opened this issue Jul 31, 2021 · 1 comment
Closed

3-D contour plots not supported #247

xarico10 opened this issue Jul 31, 2021 · 1 comment
Assignees

Comments

@xarico10
Copy link
Contributor

xarico10 commented Jul 31, 2021

When using contour3() to create a 3-D contour plot, a regular 2-D plot is being created instead.

[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:
Captura de Pantalla 2021-07-31 a la(s) 12 30 34 a  m
Captura de Pantalla 2021-07-31 a la(s) 6 41 06 p  m

Examples on using contour3() can be found on:
https://www.mathworks.com/help/matlab/ref/contour3.html#responsive_offcanvas

@gilbertogalvis gilbertogalvis self-assigned this Aug 3, 2021
gilbertogalvis pushed a commit that referenced this issue Aug 7, 2021
@gilbertogalvis
Copy link
Contributor

FIXED by the PR Issue247 fixed #323

Screen Shot 2021-08-07 at 11 21 54 AM

Screen Shot 2021-08-07 at 11 22 26 AM

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

No branches or pull requests

2 participants