Hello dear colleagues,
I'm working with historical GDP data (PHL CHL ARG AUS are the variables)
and I'm trying to generate a multiplot from Hansl
this is the script that I wrote:
? gnuplot PHL CHL ARG AUS --time-series --with-lines {set multiplot
layout 2,2;}
but the output that I got is this:
Hi,
This is not natively supported currently. However, you may write your
own gnuplot-function for supporting multiplots though.
Alternatively, use the "graphpg" command.
Good luck,
Artur