Skip to content

Commit 4ee0a3a

Browse files
author
Harsh Purwar
committed
Added support for MarkerIndices
1 parent 999a925 commit 4ee0a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotlyfig_aux/helpers/extractLineMarker.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
end
5656

5757
marker.symbol = marksymbol;
58-
58+
marker.maxdisplayed=length(line_data.MarkerIndices)+1;
5959
end
6060

6161
%-------------------------------------------------------------------------%

0 commit comments

Comments
 (0)