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 0bbd12a + e8e6cb0 commit 72d6becCopy full SHA for 72d6bec
plotly/plotlyfig_aux/handlegraphics/updateStair.m
@@ -1,14 +1,7 @@
1
function obj = updateStair(obj, dataIndex)
2
+ %-update line-%
3
+ updateLineseries(obj, dataIndex);
4
-%------------------------------------------------------------------------%
-
5
-%-update line-%
6
-updateLineseries(obj,dataIndex);
7
8
9
10
-%-stair shape-%
11
-obj.data{dataIndex}.line.shape = 'hvh';
12
13
14
-end
+ %-stair shape-%
+ obj.data{dataIndex}.line.shape = "hv";
+end
0 commit comments