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