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
8
# Scatter


Error bar examples. During development run the following to try it out:

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