Skip to content
Snippets Groups Projects
Commit 73142f3e authored by Houtan Bastani's avatar Houtan Bastani
Browse files

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

parent 5cb2fd4a
Branches
No related tags found
No related merge requests found
...@@ -85,7 +85,8 @@ fprintf(fid, ['},\n',... ...@@ -85,7 +85,8 @@ fprintf(fid, ['},\n',...
'width=%fin,\n'... 'width=%fin,\n'...
'height=%fin,\n'... 'height=%fin,\n'...
'scale only axis,\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 if o.xAxisTight
fprintf(fid, 'enlarge x limits=false,\n'); fprintf(fid, 'enlarge x limits=false,\n');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment