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 8a89239 + f80fe87 commit 460067bCopy full SHA for 460067b
plotly/plotlyfig.m
@@ -776,7 +776,7 @@ function validate(obj)
776
% reset dataget(obj.State.Figure.Handle,'Children')
777
obj.data = {};
778
obj.PlotOptions.nPlots = obj.State.Figure.NumPlots;
779
- obj.PlotlyDefaults.anIndex = obj.State.Figure.NumTexts + 1;
+ obj.PlotlyDefaults.anIndex = obj.State.Figure.NumTexts;
780
781
% reset layout
782
obj.layout = struct();
plotly/plotlyfig_aux/core/updateData.m
@@ -157,6 +157,8 @@
157
updateStair(obj, dataIndex);
158
case 'stairseries'
159
updateStairseries(obj, dataIndex);
160
+ case 'stackedplot'
161
+ updateStackedplot(obj, dataIndex);
162
case 'stem'
163
updateStem(obj, dataIndex);
164
case 'stemseries'
0 commit comments