File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 61
61
62
62
obj.data{dataIndex } = stem_temp_data ;
63
63
64
+ % ------------------------------------------------------------------------%
65
+
66
+ % -put y-zeroline-%
67
+ [~ , ysource ] = findSourceAxis(obj ,dataIndex );
68
+ eval([' obj.layout.yaxis' num2str(ysource ) ' .zeroline = true;' ]);
69
+
70
+ % ------------------------------------------------------------------------%
71
+
64
72
end
Original file line number Diff line number Diff line change 55
55
end
56
56
57
57
marker.symbol = marksymbol ;
58
- marker.maxdisplayed= length(line_data .MarkerIndices )+1 ;
58
+ if isfield(line_data , ' MarkerIndices' )
59
+ marker.maxdisplayed= length(line_data .MarkerIndices )+1 ;
60
+ end
59
61
end
60
62
61
63
% -------------------------------------------------------------------------%
You can’t perform that action at this time.
0 commit comments