Skip to content
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

contour() not working correctly #251

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

contour() not working correctly #251

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

Comments

@xarico10
Copy link
Contributor

When using contour() to create a contour plot with lines only, a filled plot is being created instead.

[X,Y,Z] = peaks;
contour(X,Y,Z)

fig2plotly(gcf, 'offline', false);

Expected and generated (https://chart-studio.plotly.com/~xarico10/709/#/) plots:
Captura de Pantalla 2021-07-31 a la(s) 12 32 04 p  m
Captura de Pantalla 2021-07-31 a la(s) 12 32 22 p  m

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

@benaliabderrahmane
Copy link
Contributor

works perfectly in matlab2021a (online mode) please review

@gilbertogalvis gilbertogalvis self-assigned this Jul 31, 2021
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

3 participants