[matplotlib-devel] SVG backend - edge alpha channel fix?

2010-06-04 Thread Bob
roblem? Perhaps it's my use of draw_networkx_edges() to style the edges. Hope this helps, Bob -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to

Re: [matplotlib-devel] SVG backend - edge alpha channel fix?

2010-06-07 Thread Bob
Here is an example which generates both a png and svg file. The png edge alpha levels are displayed correctly, while the svg edges have an alpha value of 1.0 I tested this with a fresh build of matplotlib-1.0.svn r8391 Thanks for your help. #!/usr/bin/python import sys import matplotlib matplotlib