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
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