Closed
Description
The input LineSpec
isn't changing marker's color nor line style.
X = linspace(0,4*pi,20);
Y = sin(X);
figure
stairs(Y,'--hg')
fig2plotly();
The previous code should produce green hexagrams with a dashed line, however, it plots them with the default blue color and a solid line:
Expected and generated (https://chart-studio.plotly.com/~xarico10/419/#/) plots:
Examples on using the LineSpec
input argument can be found on:
https://www.mathworks.com/help/matlab/ref/linespec.html
Metadata
Metadata
Assignees
Labels
No labels