/conwaygraphing

Plots CSV-Data of Conway simulations

Primary LanguagePythonMIT LicenseMIT

Conway Graphing 📊

This repository contains attempts on making an implementation to graph data generated by the C# Conway-Implementation found here.

Setup

pip install -r requirements.txt

Usage

❯ 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)