diff --git a/matlab/reporting/@graph/writeGraphFile.m b/matlab/reporting/@graph/writeGraphFile.m index e08d96fc2..6cedee93f 100644 --- a/matlab/reporting/@graph/writeGraphFile.m +++ b/matlab/reporting/@graph/writeGraphFile.m @@ -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');