diff --git a/plotly/plotlyfig_aux/handlegraphics/updateStair.m b/plotly/plotlyfig_aux/handlegraphics/updateStair.m index 6985e387..7b4656d1 100644 --- a/plotly/plotlyfig_aux/handlegraphics/updateStair.m +++ b/plotly/plotlyfig_aux/handlegraphics/updateStair.m @@ -1,14 +1,7 @@ function obj = updateStair(obj, dataIndex) + %-update line-% + updateLineseries(obj, dataIndex); -%------------------------------------------------------------------------% - -%-update line-% -updateLineseries(obj,dataIndex); - -%------------------------------------------------------------------------% - -%-stair shape-% -obj.data{dataIndex}.line.shape = 'hvh'; - -%------------------------------------------------------------------------% -end \ No newline at end of file + %-stair shape-% + obj.data{dataIndex}.line.shape = "hv"; +end