Re: Subgraph Drawing

2013-01-13 Thread Steven D'Aprano
On Sun, 13 Jan 2013 20:01:21 -0800, subhabangalore wrote: > there are other solution of converting back the matrix to graph should I > try that? Yes. -- Steven -- http://mail.python.org/mailman/listinfo/python-list

Re: Subgraph Drawing

2013-01-13 Thread subhabangalore
On Monday, January 14, 2013 6:05:49 AM UTC+5:30, Steven D'Aprano wrote: > On Sun, 13 Jan 2013 12:05:54 -0800, subhabangalore wrote: > > > > > Dear Group, > > > > > > I have two questions, if I take a subseries of the matrix as in > > > eigenvalue here, provided I have one graph of the full f

Re: Subgraph Drawing

2013-01-13 Thread Steven D'Aprano
On Sun, 13 Jan 2013 12:05:54 -0800, subhabangalore wrote: > Dear Group, > > I have two questions, if I take a subseries of the matrix as in > eigenvalue here, provided I have one graph of the full form in G, how > may I show it, as if I do the nx.draw(G) it takes only the original > graph. Is th

Re: Subgraph Drawing

2013-01-13 Thread Oscar Benjamin
On 13 January 2013 20:05, wrote: > Dear Group, > > I have two questions, if I take a subseries of the matrix as in eigenvalue > here, > provided I have one graph of the full form in G, how may I show it, as if I > do the nx.draw(G) it takes only the original graph. I'm sorry, but I really don'

Subgraph Drawing

2013-01-13 Thread subhabangalore
Dear Group, I have two questions, if I take a subseries of the matrix as in eigenvalue here, provided I have one graph of the full form in G, how may I show it, as if I do the nx.draw(G) it takes only the original graph. >>> import numpy >>> import networkx as nx >>> import matplotlib.pyplot as