Skip to content

Commit e97443d

Browse files
committed
more plot examples
1 parent 350a3f9 commit e97443d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

test/fix_combined_plots.jl

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ include("models/SW07_nonlinear.jl")
3333

3434
plot_irf(SW07_nonlinear, shocks = :ew,
3535
variables = [:gam1,:gam2,:gam3,
36-
:gamw1,:gamw2,:gamw3,
36+
# :gamw1,:gamw2,:gamw3,
3737
:inve,:kp,:k],
38-
parameters = [:curvw => 10, :calfa => 0.18003])
38+
parameters = [:ctrend => .35, :curvw => 10, :calfa => 0.18003])
3939

4040
MacroModelling.plot_irf!(SW07_nonlinear,
4141
shocks = :ew,
4242
variables = [:gam1,:gam2,:gam3,
43-
:gamw1,:gamw2,:gamw3,
43+
# :gamw1,:gamw2,:gamw3,
4444
:inve,:kp,:k],
45-
parameters = :calfa => 0.18)
45+
parameters = :calfa => 0.15)
4646

4747
MacroModelling.plot_irf!(SW07_nonlinear,
4848
shocks = :ew,
@@ -53,14 +53,15 @@ MacroModelling.plot_irf!(SW07_nonlinear,
5353

5454
MacroModelling.plot_irf!(SW07_nonlinear,
5555
shocks = :ew,
56-
variables = [:gam1,:gam2,:gam3,
56+
variables = [#:gam1,:gam2,:gam3,
5757
:gamw1,:gamw2,:gamw3,
5858
:inve,:kp,:k],
59-
parameters = :cgy => .5)
59+
parameters = :cgy => .45)
6060

6161
MacroModelling.plot_irf!(SW07_nonlinear,
6262
shocks = :ew,
63-
plots_per_page = 4,
63+
# plots_per_page = 4,
64+
# variables = [:zcap,:gam1],
6465
# variables = [:dy,:robs,:y,
6566
# :xi,:ygap,
6667
# :wnew,:xi,:ygap,

0 commit comments

Comments
 (0)