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 contour() to create a contour plot and specifying the argument levels to specify the number of contour lines to display isn't working.
contour()
levels
[X,Y,Z] = peaks; contour(X,Y,Z,2) fig2plotly(gcf, 'offline', false);
The previous code should plot a contour plot with only two contour lines, however, plots the default amount of lines.
Expected and generated (https://chart-studio.plotly.com/~xarico10/673/#/) plots:
Examples on using levels argument can be found on: https://www.mathworks.com/help/matlab/ref/contour.html#mw_21efb7a2-23ab-4a46-b7ec-e13f5c70117e
The text was updated successfully, but these errors were encountered:
works perfectly in matlab2021a (online mode) please review
Sorry, something went wrong.
gilbertogalvis
No branches or pull requests
When using
contour()
to create a contour plot and specifying the argumentlevels
to specify the number of contour lines to display isn't working.The previous code should plot a contour plot with only two contour lines, however, plots the default amount of lines.
Expected and generated (https://chart-studio.plotly.com/~xarico10/673/#/) plots:
Examples on using
levels
argument can be found on:https://www.mathworks.com/help/matlab/ref/contour.html#mw_21efb7a2-23ab-4a46-b7ec-e13f5c70117e
The text was updated successfully, but these errors were encountered: