plotrs 0.1.3

CLI app for plotting data points from a csv and writing a png to disk
1
2
3
4
5
6
7
# Scatter


Loading mutliple data sets from two csv files. During development run the following to try it out:

```bash
plotrs -g scatter -c scatter.ron -o .
```