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 cbea34d commit 9e34d43Copy full SHA for 9e34d43
plotly/plotlyfig_aux/handlegraphics/updateErrorbar.m
@@ -40,12 +40,12 @@
40
%-------------------------------------------------------------------------%
41
42
%-errorbar value-%
43
-obj.data{errorbarIndex}.error_y.array = errorbar_data.UData;
+obj.data{errorbarIndex}.error_y.array = errorbar_data.YPositiveDelta;
44
45
46
47
%-errorbar valueminus-%
48
-obj.data{errorbarIndex}.error_y.arrayminus = errorbar_data.LData;
+obj.data{errorbarIndex}.error_y.arrayminus = errorbar_data.YNegativeDelta;
49
50
51
0 commit comments