Skip to content

Instantly share code, notes, and snippets.

@tungnk1993
tungnk1993 / README.md
Created June 15, 2014 13:55
Graph Drawing ( Static / Directed / Weighted )
  • Click on empty space to add node
  • Drag from node to node to add edge
  • Click/Select + Delete to delete node/edge
  • Click/Select Edge + Enter to change edge's weight
  • Click/Select Edge + Space to change edge's direction
  • Press Ctrl to Drag node around
@tungnk1993
tungnk1993 / README.md
Last active August 29, 2015 14:02
Graph Drawing ( Static / Undirected / Weighted)
  • Click on empty space to add node
  • Drag from node to node to add edge
  • Click/Select + Delete to delete node/edge
  • Click/Select Edge + Enter to change edge's weight
  • Press Ctrl to Drag node around
@tungnk1993
tungnk1993 / README.md
Created June 13, 2014 14:22
Graph Drawing ( Static / Directed / Unweighted
  • Click on empty space to add node
  • Drag from node to node to add edge
  • Click + Delete to delete node/edge
  • Press Ctrl to Drag node around
  • Click + Space to change edge direction
@tungnk1993
tungnk1993 / README.md
Last active August 29, 2015 14:02
Graph Drawing (Static / Undirected / Unweighted )
  • Click on empty space to add node
  • Drag from node to node to add edge
  • Click + Delete to delete node/edge
  • Press Ctrl to Drag node around