How to plot multiple IRFs in Dynare

Hi, there is no real problem to fix!
As @stepan-a mentioned it is merely a matter of convention.
Whichever way the plot is presented, one just needs to interpret it correctly.
Reuben

1 Like

If you replace

plot([0:options_.irf],[0 oo_.irfs.rk_eg])

by

plot(1:options_.irf,oo_.irfs.rk_eg)

you should obtain plots closer to what you see in Dynare output.

Best,
Stéphane.

1 Like

it worked just as expected!!!
Many thanks!