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

doc: update dseries/reporting doc for change related to 6733c83f

parent 6733c83f
Branches
Tags
No related merge requests found
......@@ -896,8 +896,8 @@ r = report();
@# for var in endovars
r = r.addGraph(`data', shock@{shock}.@{var}, `title', `@{var}', ...
`showGrid', false, `yTickLabelPrecision', 2, ...
`yTickLabelZeroFill', false);
r = r.addSeries(`graphHline', 0, `graphLineColor', `red');
`yTickLabelZeroFill', false, ...
`showZeroLine', true, `zeroLineColor', 'red');
@# endfor
r = r.addVspace(`number', 2);
r = r.addSection(`cols', 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment