Skip to content

Commit a921e18

Browse files
Use string array instead of string cell
1 parent a0c4687 commit a921e18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/plotlyfig_aux/helpers/extractLineMarker.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464

6565
%---------------------------------------------------------------------%
6666

67-
filledMarkerSet = {"o","square","s","diamond","d",...
68-
"v","^", "<",">","hexagram","pentagram"};
67+
filledMarkerSet = ["o","square","s","diamond","d",...
68+
"v","^", "<",">","hexagram","pentagram"];
6969

7070
filledMarker = ismember(line_data.Marker,filledMarkerSet);
7171

0 commit comments

Comments
 (0)