Metadata-Version: 2.1
Name: graphPlot
Version: 0.0.9
Summary: Plot (di)graphs using a timestep simulation of charged particles and springs
Home-page: https://github.com/francisp336/graphPlot
Author: Peter Francis
Author-email: franpe02@gettysburg.edu
License: UNKNOWN
Keywords: Graph
Platform: UNKNOWN
Requires-Python: >=3.0.0
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy

# graphPlot

![](docs/examples.png)

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

See [info](https://github.com/francisp336/graphPlot/blob/master/docs/info.ipynb)
 for a **mathematical explanation**, **examples**, and **class definitions**.

You can import this module with PIP.

```bash
$ pip install graphPlot --upgrade
```

or

```bash
$ python3 -m pip install --user graphPlot --upgrade
```



**TODO:**
- [ ] Add `__repr__`s for other classes
- [ ] Add GIF maker
- [ ] Add add self loop arrows
- [ ] Add curved arrows
- [ ] Add copy constructors
- [ ] Add `__eq__`s for other classes
- [ ] Check if the check in move() is most effective


