there has been a change since yesterday. I eliminated the blank space after
set autoscale and now I get a graphic that covers 1/3 of the available
surface. See attached pdf file, but I still cannot find the right syntax.
I have tried
gnuplot {set multiplot layout 3,1 rowsfirst downwards; set autoscale ; set
title 'AA';} BE_1_10_11 BE_1_10_12 BE_1_10_13 --time-series --with-lines
gnuplot BE_1_10_12 BE_1_10_13 --time-series --with-lines \
gnuplot BE_1_10_11 --time-series --with-lines --output=display \
(thie idea is to get three different charts. the first one with three
series, the cescond one, with two, and the last one with just a single
series, and I get the following error message:
? gnuplot {set multiplot layout 3,1 rowsfirst downwards; set autoscale ;
set \
title 'AA';} BE_1_10_11 BE_1_10_12 BE_1_10_13 --time-series --with-lines
Command has insufficient arguments
Error executing script: halting
while if I try
gnuplot BE_1_10_11 BE_1_10_12 BE_1_10_13 --time-series --with-lines {set
multiplot layout 3,1 rowsfirst downwards; set autoscale ; set title 'AA';}
gnuplot BE_1_10_12 BE_1_10_13 --time-series --with-lines \
gnuplot BE_1_10_11 --time-series --with-lines --output=display \
the message I get is:
? gnuplot BE_1_10_11 BE_1_10_12 BE_1_10_13 --time-series --with-lines
{set \
multiplot layout 3,1 rowsfirst downwards; set autoscale ; set title
'AA';}
wrote /home/pc-1/gretl/gpttmp06.plt
? gnuplot BE_1_10_12 BE_1_10_13 --time-series --with-lines gnuplot
BE_1_10_11 \
--time-series --with-lines --output=display
'gnuplot' is not the name of a variable
Error executing script: halting
What I think I am missing is the right way to sed the second and third
charts to their positions.
Thanks for your intere4st,
On Sun, May 11, 2014 at 1:21 PM, Sven Schreiber <svetosch(a)gmx.net> wrote:
Am 10.05.2014 23:59, schrieb Javier Sansa:
>
>
> gnuplot BE_1_10_11 BE_1_10_12 BE_1_10_13 --time-series --with-lines
> --output=display \
> { set multiplot layout 3,1 rowsfirst downwards; set autoscale ; set
> title 'AA'; }
>
> It works till i get to lhe last command.
It would be helpful to see the error message or what exactly does not
work here.
-sven
_______________________________________________
Gretl-users mailing list
Gretl-users(a)lists.wfu.edu
http://lists.wfu.edu/mailman/listinfo/gretl-users