|
From: Hans-Bernhard B. <br...@ph...> - 2004-07-22 02:15:55
|
On Wed, 21 Jul 2004, Paul Jobson wrote: > gnuplot> set terminal png color large > gnuplot> set output "test.png" > gnuplot> set font "arial" "8" Where did you pick up the idea that a command called 'set font' existed in gnuplot? It doesn't. What you're setting there is the fontpath, instead, which is rather a different kettle of letters. RTFM might have revealed that a good deal quicker... The global font choice is made in the 'set terminal' line. See 'help png' for the details in your particular driver. -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |