|
From: rodgilchrist <rod...@ya...> - 2009-06-19 14:25:51
|
The following script produces a plot with a black background and a red trace on gnuplot 4.0.0, but produces a plot with a white background and red trace on gnuplot 4.5.2. One from a fresh install on OSX 10.5.7 via Fink. The other from a fresh install via Macports. (As in both Fink and Macports were completely removed and both port systems reinstalled from scratch.) Is this a known bug or a known library configuration issue? Thanks. - Rod gnuplot > file.jpg <<XXX set term jpeg size 1200,90 x000000 xffffff x0000ff xff0000 set datafile separator "," plot [0.01: 3] 'file.csv' using 1:2 notitle with lines XXX -- View this message in context: http://www.nabble.com/Can%27t-set-background-color-in-4.2.5-on-jpeg-terminal-tp24111591p24111591.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |