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 6161
6262obj.data{dataIndex } = stem_temp_data ;
6363
64+ % ------------------------------------------------------------------------%
65+
66+ % -put y-zeroline-%
67+ [~ , ysource ] = findSourceAxis(obj ,dataIndex );
68+ eval([' obj.layout.yaxis' num2str(ysource ) ' .zeroline = true;' ]);
69+
70+ % ------------------------------------------------------------------------%
71+
6472end
Original file line number Diff line number Diff line change 5555 end
5656
5757 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
5961end
6062
6163% -------------------------------------------------------------------------%
You can’t perform that action at this time.
0 commit comments