|
From: Hans-Bernhard B. <br...@ph...> - 2005-10-12 14:14:17
|
Raj Sekhar wrote: > set terminal png color If that line didn't cause you an error message, your gnuplot executable was built with the old-fashioned, direct PNG driver. Bad idea. Get and install libgd, then rebuild gnuplot, so you get the "real" PNG driver of version 4.0. Then read 'help png' carefully and you'll find how to set the background colour. |