|
From: Daniel N. <da...@ne...> - 2004-11-26 02:45:51
|
Hi,
I am trying to make a legend transparent (using GTKAgg) as sometimes it
is quite big an obscures part of my graphs.
I have tryed this with no luck:
l = figure.legend(lines, names, legend)
l.set_alpha(.5)
is this possible?
Thanks
Dan
|