Closed
Description
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:
Examples on using contour()
can be found on:
https://www.mathworks.com/help/matlab/ref/contour.html#responsive_offcanvas
Metadata
Metadata
Assignees
Labels
No labels