[Matplotlib-users] Plot rescales the first few clicks - how to disallow overlapping ?

2009-08-23 Thread Ala Al-Shaibani
Hello everyone, I was playing around with matplotlib, created a plot that allows users to add nodes (axis is set off as it's going to be used for graph data structuer purposes, hence don't want the y-x axis, is there another way to hide them as well?). Basically the program below allows person

[Matplotlib-users] regarding networkx, matplotlib and pyqt

2009-07-20 Thread Ala Al-Shaibani
Hello everyone. A users on the networkx mailing list posted this example which is a modification of the matplotlib-pyqt4 implementation which plots a networkx graph. The problem I am facing with it is that two plot windows open instead of one, one is empty and the other contains the graph. I