
BLT [graph configure -background] doesn't affect axis backgrounds on my Sun
A BLT question regarding BLT2.4x/y/? on a Sun:
If I configure the -background property (e.g. [graph configure
-background red]) of a new BLT graph on my Linux machine, everything
turns red the way I want it to. However, the same configuration on my
Sun machine fails to change the background color of the axes.
Is there a BLT user out there who would be willing to confirm the
behavior on his or her Sun machine? I'm not sure what the correct
behavior should be, but it strikes me as a strange difference, and I
wanted to ask all you what you thought before I bothered George
Howlett about it.
Interactive is probably the easiest way to do it:
Quote:
> wish8.3
% package require BLT
2.4
% blt::graph .g
.g
% pack .g
% .g configure -background red
At this point, are your axis backgrounds red, or not? Of course, a
simple command can change them individually...
% .g axis configure x -background blue
Thanks in advance for your help,
Karl Voskuil