Closed
Description
Using LineSpec
input argument to change the line format isn't working.
[X,Y,Z] = peaks;
contourf(X,Y,Z,'--')
fig2plotly(gcf, 'offline', false);
The previous code should plot a filled contour with dashed lines, however, is plotting regular solid lines.
Expected and generated (https://chart-studio.plotly.com/~xarico10/709/#/) plots:
Examples on using LineSpec
can be found on:
https://www.mathworks.com/help/matlab/ref/contourf.html#mw_30a9c816-90e5-4ab8-a7a0-11675e85a091
Metadata
Metadata
Assignees
Labels
No labels