This repository contains attempts on making an implementation to graph data generated by the C# Conway-Implementation found here.
pip install -r requirements.txt
❯ py main.py -h
Usage: main.py [options] <statToPlot> <output> <file/s>
Options:
-h, --help show this help message and exit
-c, --cubic deactivate cubic spline
-S, --show Show graph in matplotlib display
-s, --skip Skips first iteration (extreme skews if false)