Re: [Numpy-discussion] plt.show() and plt.draw() doesnt work

2014-07-14 Thread Benjamin Root
Please send this question to the matplotlib-users mailing list (if you haven't already, I am still going through a huge backlog). This is the NumPy list. Ben Root On Sat, Jul 12, 2014 at 12:53 PM, Josè Luis Mietta < joseluismie...@yahoo.com.ar> wrote: > Hi experts! > > I have a numpy array M. I

Re: [Numpy-discussion] plt.show() and plt.draw() doesnt work

2014-07-13 Thread Ralf Gommers
On Sat, Jul 12, 2014 at 6:53 PM, Josè Luis Mietta < joseluismie...@yahoo.com.ar> wrote: > Hi experts! > > I have a numpy array M. I generate a graph using NetworkX and then I want > to draw this graph: > > import networkx as nx > import matplotlib.pyplot as plt > G=nx.graph(M) > nx

[Numpy-discussion] plt.show() and plt.draw() doesnt work

2014-07-12 Thread Josè Luis Mietta
Hi experts! I have a numpy array M. I generate a graph using NetworkX and then I want to draw this graph:     import networkx as nx     import matplotlib.pyplot as plt     G=nx.graph(M)     nx.draw(G)     plt.draw() Doing this, no picture appears. In addition, if I do `plt.show()` no picture a