El lun., 22 jun. 2020 a las 14:57, Artur Tarassow (<ate...@posteo.de>)
escribió:

> Hi Christian,
>
> could you please send the script in a separate file?
>
> Thanks,
> Artur
>
> Am 22.06.20 um 14:55 schrieb Cristián Arturo Ducoing Ruiz:
> > Thanks to Arthur and Sven for this new package,
> >
> > I tried to implement it, but the result is an overlapped graph
> >
> > this is my script
> >
> > gretl console: type 'help' for a list of commands
> > ? clear
> > ? set verbose off
> > ? open denmark -q
> > Read datafile C:\Program Files\gretl\data\misc\denmark.gdt
> > ? bundle options = defbundle("FONT_SIZE", 10, "PLOT_HEIGHT", 700)
> > ? # Call various gretl plots and store each one as a gnuplot-file
> > (mimetype "*.gp")
> > ? gnuplot IBO --output=tf1.gp <http://tf1.gp> --time-series
> --with-lines
> > { set title "foo" ; set yrange[0:0.5]; \
> >    set ylabel "ylabel"; }
> > The symbol ';' is not valid in this context
> >
> > ? gnuplot IBO --output=tf1.gp <http://tf1.gp> --time-series
> --with-lines
> > { set title "foo" ; set yrange[0:0.5]; \
> >    set ylabel "ylabel"; }
> > The symbol ';' is not valid in this context
> >
> > ? gnuplot IBO --output=tf1.gp <http://tf1.gp> --time-series
> --with-lines
> > { set title "foo" ; set yrange[0:0.5]; set ylabel "ylabel"; }
> >
> > ? gnuplot IBO --output=tf1.gp <http://tf1.gp> --time-series
> --with-lines
> > { set title "foo" ; set yrange[0:0.5]; set ylabel "ylabel"; }
> >
> > ? gnuplot IDE --output=tf2.gp <http://tf2.gp> --time-series
> --with-lines
> > { set title "foo" ; set xlabel "xlabel"; }
> >
> > ? qqplot IBO --output=tf3.gp <http://tf3.gp>
> > ? freq IDE --plot=tf4.gp <http://tf4.gp>
> >
> > ? # Multiplot with 4 rows + png output
> > ? string Gin = multiplot(defarray("tf1.gp <http://tf1.gp>","tf2.gp
> > <http://tf2.gp>","tf3.gp <http://tf3.gp>","tf4.gp <http://tf4.gp>"),
> > "Denmark.png", 4,  , options)
> >  > Gin = multiplot(
> > The symbol 'multiplot' is undefined
> > ? include multiplot.gfn
> > multiplot 0.1, 2020-06-20 (Sven Schreiber and Artur Tarassow)
> > ? string Gin = multiplot(defarray("tf1.gp <http://tf1.gp>","tf2.gp
> > <http://tf2.gp>","tf3.gp <http://tf3.gp>","tf4.gp <http://tf4.gp>"),
> > "Denmark.png", 4,  , options)
> > ? string Gin = multiplot(defarray("tf1.gp <http://tf1.gp>","tf2.gp
> > <http://tf2.gp>","tf3.gp <http://tf3.gp>","tf4.gp <http://tf4.gp>"),
> > "Denmark.png", ,  , options)
> > ? string Gin = multiplot(defarray("tf1.gp <http://tf1.gp>","tf2.gp
> > <http://tf2.gp>","tf3.gp <http://tf3.gp>","tf4.gp <http://tf4.gp>"),
> > "Denmark.pdf", ,  , options)
> >
> >
> >
> > image.png
> >
> >
> >
> > El sáb., 20 jun. 2020 a las 19:05, Artur Tarassow (<ate...@posteo.de
> > <mailto:ate...@posteo.de>>) escribió:
> >
> >     Hi all,
> >
> >     Sven and I have written a new package which may be of interest for
> some
> >     of you. The "multiplot" package was just released and allows you to
> >     create so called multiplots: a single plot file including multiple
> >     subplots of various types.
> >
> >     Find details here:
> >
> http://ricardo.ecn.wfu.edu/gretl/cgi-bin/current_fnfiles/multiplot.gfn
> >
> >     or check out our github-repo:
> >     https://github.com/atecon/multiplot/blob/master/README.md
> >
> >     Let us know about eventual bugs.
> >
> >     Enjoy,
> >     Artur
> >     _______________________________________________
> >     Gretl-users mailing list -- gretl-users@gretlml.univpm.it
> >     <mailto:gretl-users@gretlml.univpm.it>
> >     To unsubscribe send an email to gretl-users-le...@gretlml.univpm.it
> >     <mailto:gretl-users-le...@gretlml.univpm.it>
> >     Website:
> >
> https://gretlml.univpm.it/postorius/lists/gretl-users.gretlml.univpm.it/
> >
> >
> >
> > --
> > Atte.
> > Cristián Arturo Ducoing Ruiz
> >
> >
> > _______________________________________________
> > Gretl-users mailing list -- gretl-users@gretlml.univpm.it
> > To unsubscribe send an email to gretl-users-le...@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-le...@gretlml.univpm.it
> Website:
> https://gretlml.univpm.it/postorius/lists/gretl-users.gretlml.univpm.it/
>


-- 
Atte.
Cristián Arturo Ducoing Ruiz

Attachment: Multiplotscript.inp
Description: application/gretlscript

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

Reply via email to