Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 422 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 422 Bytes

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