|
From: Allin C. <cot...@wf...> - 2009-04-12 23:20:46
|
On Sun, 12 Apr 2009, snvv wrote: > Problem: > When I try to create a graph it fails > > Operating System: > Operating System Debian sid > gretl ver. 1.8.0 > gnuplot ver 4.2 patchlevel 5 ... > gnuplot: using libgd png driver > stderr: 'Could not find/open font when opening font "arial", using internal > non-scalable font > ' ... > Additional comments > The first line of the created gnuplot file is: > > set term png truecolor small size 680,400 This is primarily a bug with the libgd installation, which can't find the arial font. However, I think there's a case for saying there's a minor gnuplot bug here: given the terminal setting quoted above, why is gnuplot giving the error message about arial? Isn't "small" a directive to use the libgd internal font? (Off topic here, but gretl -- a third party caller of gnuplot -- is getting confused by that error message; it doesn't expect it because previous gnuplot versions didn't emit it.) Allin Cottrell |