|
From: Petr M. <mi...@ph...> - 2004-11-30 08:35:03
|
> I've been wondering about plot background colors, too. I often see
> plots with slightly off-white backgrounds. There is the X11 background
> color, but nothing for controlling background color for, say, png or
> PostScript. I know it has little to do with the "scientific" leanings
> of gnuplot. It would require something like "set background" (whole
> area including axes and labels), "set plotground" (area only inside the
> axes). This might then require some color such as "none" or "clear",
> which have obvious meanings in terminals like PostScript.
Yet another background is that of the graph (easy for 2D and 'view map',
more intriguing for 3D), and for the key.
What about some new syntax for that?
set key ... background rgb "gray10"
set border ... background rgb "gray10"
set size ... background rgb "cyan"
or
set style background {key | border | graph | paper} .... ?
---
PM
|