Test README

This commit is contained in:
kojix2 2020-12-13 07:56:11 +09:00 committed by GitHub
parent 98e294fae9
commit 6444cd4f00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ curl -sL https://git.io/AirPassengers \
### scatter
```sh
curl -sL https://git.io/YouPlotIris \
curl -sL https://git.io/IRIStsv \
| cut -f1-4 \
| uplot scatter -H -t IRIS
```
@ -63,7 +63,7 @@ curl -sL https://git.io/YouPlotIris \
### density
```sh
curl -sL https://git.io/YouPlotIris \
curl -sL https://git.io/IRIStsv \
| cut -f1-4 \
| uplot density -H -t IRIS
```
@ -73,7 +73,7 @@ curl -sL https://git.io/YouPlotIris \
### boxplot
```sh
curl -sL https://git.io/YouPlotIris \
curl -sL https://git.io/IRIStsv \
| cut -f1-4 \
| uplot boxplot -H -t IRIS
```