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 50884ee commit 999a925Copy full SHA for 999a925
plotly/plotlyfig_aux/handlegraphics/updateBar.m
@@ -89,7 +89,7 @@
89
case 'grouped'
90
obj.layout.barmode = 'group';
91
case 'stacked'
92
- obj.layout.barmode = 'stack';
+ obj.layout.barmode = 'relative';
93
end
94
95
%-------------------------------------------------------------------------%
0 commit comments