Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dynare
reporting
Commits
67f0ed29
Commit
67f0ed29
authored
Jul 02, 2015
by
Houtan Bastani
Browse files
change graph names in canned report
parent
f8cb52bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
macros/make_report_irfs.m
View file @
67f0ed29
...
...
@@ -60,7 +60,7 @@ function make_report_irfs(M, oo)
strtrim
(
M
.
exo_names
(
i
,:))]);
if
any
(
idx
)
r
=
r
.
addGraph
(
'data'
,
dseries
(
oo
.
irfs
.
(
fields
{
idx
})
'
),
...
'title'
,
strrep
(
fields
{
idx
}
,
'_'
,
'\_'
),
...
'title'
,
strrep
(
M
.
endo_names
(
j
,:)
,
'_'
,
'\_'
),
...
'titleFormat'
,
'\Huge'
,
...
'showGrid'
,
false
,
...
'yTickLabelZeroFill'
,
false
,
...
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment