|
From: Daniel J S. <dan...@ie...> - 2004-11-29 05:02:32
|
Ethan Merritt wrote:
>On Sunday 28 November 2004 08:02 pm, Daniel Sebald wrote:
>
>
>>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
>>
>>
>
>You have not been looking very hard. Here is part of the output
>from 'help set term png'
>
> set term png ... {<color0> <color1> <color2> ...}
> ...
> The background color is set first, then the border colors, then
> the X & Y axis colors, then the plotting colors.
>
>
OK. This works, thanks. I experimented with the first couple colors.
A keyword level solution with demo would be nicer to work with, I
think. However, that might be a bit too much work given lack of
consistency across terminals... and the fact that 2D/3D plotting and
layout are slightly different. (I still think combining 2D/3D as much
as possible would be a worthwhile step sooner than later... In
January/February I will propose removing the BINARY_DATA_FILE switch to
make plot.c and plot3d.c more similar.)
Dan
|