Closed
Description
No Name-Value argument is working on surface plots.
[X,Y] = meshgrid(1:0.5:10,1:20);
Z = sin(X) + cos(Y);
C = X.*Y;
surf(X,Y,Z,C,'FaceColor','blue','EdgeColor','red','LineStyle','--')
fig2plotly(gcf, 'offline', false);
For example, the previous code should plot a blue surface with dashed red edges, however, none of that is happening.
Expected and generated (https://chart-studio.plotly.com/~xarico10/775/#/) plots:
Examples on using Name-Value arguments on surface plots can be found on:
https://www.mathworks.com/help/matlab/ref/surf.html#bvgs7wv-1