|
From: Thomas S. <t.s...@fz...> - 2012-03-04 14:14:02
|
Pau <vim.unix <at> googlemail.com> writes: > > Hi, > > I have done my homework and googled here and there and did not find > the answer... > > How could I change the background of the plotting area from white to, > say, black? I do not mean the gnuplot window, but the resulting eps... > > I am sorry if this is a trivial question... > > thanks when using the terminal 'postscript eps' with the 'background' option, then the background will be colored using postscript commands, so the eps file will contain the background color. but when using 'epslatex' the background will be colored using latex commands, i.e. the eps file will not contain any background color. |