reporting: deal with nans/inf/-inf data by jumping it

remove-priordens
Houtan Bastani 2014-02-14 15:22:14 +01:00
parent ed80ed12fb
commit f92e714000
1 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,8 @@ fprintf(fid, ['},\n',...
'width=%fin,\n'...
'height=%fin,\n'...
'scale only axis,\n'...
'axis lines=box,\n'], o.width, o.height);
'axis lines=box,\n'...
'unbounded coords=jump,\n'], o.width, o.height);
if o.xAxisTight
fprintf(fid, 'enlarge x limits=false,\n');