We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627c141 commit 6fa3e96Copy full SHA for 6fa3e96
plotly/plotlyfig_aux/helpers/extractLineMarker.m
@@ -87,13 +87,7 @@
87
case 'none'
88
markercolor = 'rgba(0,0,0,0)';
89
case 'auto'
90
- if ~strcmp(axis_data.Color,'none')
91
- col = 255*axis_data.Color;
92
- markercolor = ['rgb(' num2str(col(1)) ',' num2str(col(2)) ',' num2str(col(3)) ')'];
93
- else
94
- col = 255*figure_data.Color;
95
96
- end
+ markercolor = 'rgba(0, 0.4470, 0.7410,1)';
97
end
98
99
0 commit comments