File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
obj.PlotOptions.WorldReadable = true ;
57
57
obj.PlotOptions.ShowURL = true ;
58
58
obj.PlotOptions.OpenURL = true ;
59
- obj.PlotOptions.Strip = true ;
59
+ obj.PlotOptions.Strip = false ;
60
60
obj.PlotOptions.Visible = ' on' ;
61
61
obj.PlotOptions.TriangulatePatch = false ;
62
62
Original file line number Diff line number Diff line change 89
89
case ' grouped'
90
90
obj.layout.barmode = ' group' ;
91
91
case ' stacked'
92
- obj.layout.barmode = ' stack ' ;
92
+ obj.layout.barmode = ' relative ' ;
93
93
end
94
94
95
95
% -------------------------------------------------------------------------%
Original file line number Diff line number Diff line change 55
55
end
56
56
57
57
marker.symbol = marksymbol ;
58
-
58
+ marker.maxdisplayed = length( line_data . MarkerIndices )+ 1 ;
59
59
end
60
60
61
61
% -------------------------------------------------------------------------%
You can’t perform that action at this time.
0 commit comments