snvv101 escreveu:
Hello
I use gretl ver. 1.8.0 in debian with gnuplot ver 4.2.
The first line of the graph output (file) of gretl is :
set term png truecolor small size 680,400
and gnuplot fails. If I remove that line then I can create the graph.
Is is possible to configure gretl not to include the first line of the gnuplot
file?
Thank you
snvv
_______________________________________________
Gretl-users mailing list
Gretl-users(a)lists.wfu.edu
http://lists.wfu.edu/mailman/listinfo/gretl-users
Hi,
Please start gnuplot and test that command. Here is my output in Ubuntu:
helio@linux4one:~$ gnuplot
G N U P L O T
Version 4.2 patchlevel 2
last modified 31 Aug 2007
System: Linux 2.6.28.7v45aspire1
Copyright (C) 1986 - 1993, 1998, 2004, 2007
Thomas Williams, Colin Kelley and many others
Type `help` to access the on-line reference manual.
The gnuplot FAQ is available from
http://www.gnuplot.info/faq/
Send bug reports and suggestions to
<
http://sourceforge.net/projects/gnuplot>
Terminal type set to 'wxt'
gnuplot> set term png truecolor small size 680,400
Terminal type set to 'png'
Options are 'truecolor nocrop small size 680,400 '
gnuplot>
Verify if you have the same patchlevel in Gnuplot. It probably does not
support 'png'. You can see all possible terminals with plain:
gnuplot> set term
What is your Debian version?
Good luck,
Hélio