Skip to content

Commit 999a925

Browse files
author
Harsh Purwar
committed
stack in MATLAB = relative in plotly
1 parent 50884ee commit 999a925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotlyfig_aux/handlegraphics/updateBar.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
case 'grouped'
9090
obj.layout.barmode = 'group';
9191
case 'stacked'
92-
obj.layout.barmode = 'stack';
92+
obj.layout.barmode = 'relative';
9393
end
9494

9595
%-------------------------------------------------------------------------%

0 commit comments

Comments
 (0)