jsexauer / networkx_viewer

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

Plotting multiple far apart nodes displays incorrectly #4

Closed jsexauer closed 9 years ago

jsexauer commented 9 years ago

In example set, nodes a, c, and qqqq are all connected, but not directly. When plotting these three nodes together, viewer should plot shortest path which connects these nodes.

image

jsexauer commented 9 years ago

Appears resolved but want to test further before closing issue (this touches core functionality). Unit tests are passing.

image