Skip to content

PeterEFrancis/graphPlot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphPlot

A python module for plotting (directed) Graphs using a simulation of springs and charged particles

See the docs for more info including mathematical explanation, examples, and class definitions.

You can import this module with PIP.

$ python3 -m pip install graphPlot --upgrade