Question on Bayesian IRF Graphs

Dear Professor Pfeifer,

I want to use the graphs of Bayesian IRF. But I find that the irf of variabls are displayed in the form of 33 on one chart. How should I change the code if I want to get the irf displayed in form of 43 or 4*4 on one chart?

Any reply will be appreciated. Thank you!

You would need to plot those yourself using the results stored in oo_.PosteriorIRF.dsge.

Thank you for your reply !
Would you please tell me where I can find the orginal code that plotting these irf graphs? I want to see if I can change it and get the graphs I want.
Or I have to do the plot all by myself ?

Any reply will be appreciated. Thank you!

You could change PosteriorIRF.m. If you simply want 4 by 4, change
MaxNumberOfPlotPerFigure = 9;