Closed
Description
When using surf()
to create a three-dimensional surface plot, the default colors aren't matching. Also, MATLAB prints a grid on the surface and plotly doesn't.
[X,Y] = meshgrid(1:0.5:10,1:20);
Z = sin(X) + cos(Y);
surf(X,Y,Z)
fig2plotly(gcf, 'offline', false);
Expected and generated (https://chart-studio.plotly.com/~xarico10/725/#/) plots:
Examples on using surf()
can be found on:
https://www.mathworks.com/help/matlab/ref/surf.html
Metadata
Metadata
Assignees
Labels
No labels