Test README

This commit is contained in:
kojix2 2020-12-12 21:52:02 +09:00 committed by GitHub
parent b5b5c83582
commit bea12feb44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,25 +42,25 @@ curl -s https://www.mhlw.go.jp/content/pcr_positive_daily.csv \
### scatter ### scatter
```sh ```sh
curl -s https://raw.githubusercontent.com/kojix2/youplot/main/test/fixtures/iris.csv \ curl -s https://git.io/JIiqE \
| cut -f1-4 -d, \ | cut -f1-4 \
| uplot scatter -H -d, -t IRIS | uplot scatter -H -t IRIS
``` ```
### density ### density
```sh ```sh
curl -s https://raw.githubusercontent.com/kojix2/youplot/main/test/fixtures/iris.csv \ curl -s https://raw.githubusercontent.com/kojix2/youplot/main/test/fixtures/iris.csv \
| cut -f1-4 -d, \ | cut -f1-4 \
| uplot density -H -d, -t IRIS | uplot density -H -t IRIS
``` ```
### boxplot ### boxplot
```sh ```sh
curl -s https://raw.githubusercontent.com/kojix2/youplot/main/test/fixtures/iris.csv \ curl -s https://raw.githubusercontent.com/kojix2/youplot/main/test/fixtures/iris.csv \
| cut -f1-4 -d, \ | cut -f1-4 \
| uplot boxplot -H -d, -t IRIS | uplot boxplot -H -t IRIS
``` ```
### colors ### colors