I'm trying to use this function to get a grey background on my plots, so far with no success…
If called with a single letter input ("k", "w", "c"…)
setBackgroundColor will behave as expected, and my plot will have a black, white or cyan… background, but not for "d", "l" or "s".
But if called with anything else it will produce a white background for all color specifications but black, in that case the background is indeed black.
print(w.opts['bgcolor'].getRgb()) will give back the expected RGBA value, even if the displayed background is plain white instead.
I've tried on both OSX and Linux with the same behavior.
Is there any way to get a grey background on a GlView ?