jsexauer / networkx_viewer

Interactive GUI for NetworkX graphs
GNU General Public License v3.0
137 stars 27 forks source link

Opening NetworkX Viewer from an existing Tkinter window #13

Open gnanam336 opened 8 years ago

gnanam336 commented 8 years ago

Hi,

I have a sample application which contains a main window with a simple button "Draw Graph in a new window". On clicking this button, it should take me to a child window and draw a graph there. Instead, the graph is drawn in the main window, NetworkX viewer is opened in a new (third) window and the child window is blank.

Attaching the sample code: bug.txt