mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-07 23:51:12 +08:00
Test README.md
This commit is contained in:
parent
5ee1ff348d
commit
91605626fb
@ -36,7 +36,6 @@ echo -e "from numpy import random;" \
|
|||||||
### lineplot
|
### lineplot
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# CSV
|
|
||||||
curl -sL https://git.io/AirPassengers \
|
curl -sL https://git.io/AirPassengers \
|
||||||
| cut -f2,3 -d, \
|
| cut -f2,3 -d, \
|
||||||
| uplot line -d, -w 50 -h 15 -t AirPassengers --xlim 1950,1960 --ylim 0,600
|
| uplot line -d, -w 50 -h 15 -t AirPassengers --xlim 1950,1960 --ylim 0,600
|
||||||
@ -45,8 +44,7 @@ curl -sL https://git.io/AirPassengers \
|
|||||||
### scatter
|
### scatter
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# TSV
|
curl -sL https://git.io/YouPlotIris \
|
||||||
curl -sL https://git.io/YouPlotIris \ # TSV
|
|
||||||
| cut -f1-4 \
|
| cut -f1-4 \
|
||||||
| uplot scatter -H -t IRIS
|
| uplot scatter -H -t IRIS
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user