I commented out axesArea to get the network plot into a figure with other subplots and it works exactly as I need it. Work well and fast even for a large number of edges.
5
21 Nov 2012
Plot a Directed Graph
plots a directed graph represented by an adjacency matrix and xy points
Great program. Contains exactly what I'm looking for. I'm just having issues with the vertices having color. I'd like to have them all be a uniform size, but have the color change with weight. Or have both the color and size change would work too. The issue I'm having is that when the weight values are inputted some of the nodes do not show a weight. Any suggestions?