mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 15:11:12 +08:00
Test README
This commit is contained in:
parent
b5b5c83582
commit
bea12feb44
14
README.md
14
README.md
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user