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 2da9493 commit 9f6700fCopy full SHA for 9f6700f
plotly/plotlyfig_aux/core/updateLegendMultipleAxes.m
@@ -33,7 +33,7 @@
33
allDomain(traceIndex, 2) = max(yAxis.domain);
34
end
35
36
- [~, groupIndex] = unique(allNames);
+ [~, groupIndex] = unique(string(allNames));
37
38
for traceIndex = groupIndex'
39
obj.data{traceIndex}.showlegend = allShowLegens(traceIndex);
0 commit comments