Thanks Artur, 

My code below, example, to have the layout three graph in a the same row and in png format I should add after end gpbuild: 

gridplot CoalW --rows=1 --output=Graph.png 




set verbose off

strings CoalW
gpbuild CoalW
gnuplot 2 --with-lines --time-series { set grid; set title "Gráfico A. Precio del Carbón en Londres"; set ylabel "Peniques por tonelada"; set xtics 1700, 25; }
gnuplot 7 --with-lines --time-series { set grid; set title "Gráfico B.Salario real"; set ylabel "salario en gramos de plata"; set xtics 1700, 25;}
gnuplot 9 --with-lines --time-series { set grid; set title "Gráfico C.Producto Industrial"; set ylabel "Índice"; set xtics 1700, 25; } 

end gpbuild
gridplot CoalW --output=display 

Best


El lun, 20 may 2024 a las 22:13, Artur T. (<atecon@posteo.de>) escribió:
Hi Cristián,

you can set the width and height of a gridplot. See here:

https://gretl.sourceforge.net/gretl-help/cmdref.html#gridplot


Does it help?

Best
Artur

Am 20.05.24 um 22:04 schrieb Cristián Arturo Ducoing Ruiz:
> Hi there,
>
> I did some graphs with the new gridplot function
> (https://github.com/gretl-project/material-on-gretl/wiki/Plotting#gridplot <https://github.com/gretl-project/material-on-gretl/wiki/Plotting#gridplot>) and the visible output is quite nice:
>
> image.png
> However, when I saved the same image this is the output I got.
>
> TestGraph.png
>
> I know in pdf the output is customizable, but I needed it in png.
> Any tips?
> I'm using the latest gretl version and windows 11
>
>
>
>
> --
> Atte.
> Cristián Arturo Ducoing Ruiz
>
>
> _______________________________________________
> 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/
_______________________________________________
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/


--
Atte.
Cristián Arturo Ducoing Ruiz