Skip to content

Commit 9e34d43

Browse files
galvisgilbertoVolKa79
authored andcommitted
fix to issue #168
1 parent cbea34d commit 9e34d43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/plotlyfig_aux/handlegraphics/updateErrorbar.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
%-------------------------------------------------------------------------%
4141

4242
%-errorbar value-%
43-
obj.data{errorbarIndex}.error_y.array = errorbar_data.UData;
43+
obj.data{errorbarIndex}.error_y.array = errorbar_data.YPositiveDelta;
4444

4545
%-------------------------------------------------------------------------%
4646

4747
%-errorbar valueminus-%
48-
obj.data{errorbarIndex}.error_y.arrayminus = errorbar_data.LData;
48+
obj.data{errorbarIndex}.error_y.arrayminus = errorbar_data.YNegativeDelta;
4949

5050
%-------------------------------------------------------------------------%
5151

0 commit comments

Comments
 (0)