Thanks for your response, sir.

However, I found it difficult to implement the package because it seems to work with the GNU plot. 

What I am trying to do is that I want to combine plots from the SVEC model with the multiplot. 

Or is there is way to do this that I wasn't aware of? 

Thanks. 

On Wed, 17 Aug 2022 at 14:42, Sven Schreiber <sven.schreiber@fu-berlin.de> wrote:
Am 12.08.2022 um 13:05 schrieb Olasehinde Timmy:
> Thanks for your response, sir.
>
> Actually, what I did was that I initially estimated an SVEC model
> using the interface, and I saved each of the impulse response graphs
> in.png format in a folder I created on the desktop.
> Then I clicked on the multiplot functions and the attached interface
> popped up, I included the names of those graphs in the input file path
> and the folder address in the output file path and I got an error
> message.
>
> ? multiplot("f1" "f2" "f3" "f4", null, 2, 2, null)
> > multiplot("f1" "f2"
> Expected ')' but found 'f2'
>
Hi, sorry for the delay, both Artur and I (co-authors of the multiplot
package) have been on vacation.

Your input '"f1" "f2" "f3" "f4"' cannot work there. I admit that the
term "strings" may suggest such an input, but what's meant is the gretl
object of an array of strings. See the sample script for examples. So in
the GUI input field you would need to write something like
'defarray("f1","f2","f3","f4")' (without the surrounding single quotes).

I agree that this is not very user-friendly and maybe we should add a
convenience wrapper function where you would be allowed to write
something like your original input instead, which would then be
processed internally. But that's one reason the version number is only
at 0.2 right now.

cheers

sven
_______________________________________________
Gretl-users mailing list -- gretl-users@gretlml.univpm.it
To unsubscribe send an email to gretl-users-leave@gretlml.univpm.it
Website: https://gretlml.univpm.it/postorius/lists/gretl-users.gretlml.univpm.it/