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.
2 parents ef368c1 + 1186042 commit af01d1dCopy full SHA for af01d1d
plotly/plotlyfig_aux/core/updateAnnotation.m
@@ -95,6 +95,9 @@
95
obj.layout.annotations{anIndex}.text = parseString(text_data.String,text_data.Interpreter);
96
if isempty(text_data.String)
97
obj.layout.annotations{anIndex}.text = '<b></b>'; %empty string annotation
98
+ else
99
+ obj.layout.annotations{anIndex}.text = char("<b>"+join(string( ...
100
+ obj.layout.annotations{anIndex}.text),"<br>")+"</b>");
101
end
102
else
103
if ~strcmpi(obj.PlotOptions.TreatAs, 'pie3')
0 commit comments