mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-07 15:41:12 +08:00
Improved screenshots
This commit is contained in:
parent
eb2bbb7721
commit
a8e4fd5606
12
README.md
12
README.md
@ -26,6 +26,8 @@ curl -sL https://git.io/ISLANDScsv \
|
||||
| uplot bar -d, -t "Areas of the World's Major Landmasses"
|
||||
```
|
||||
|
||||

|
||||
|
||||
### histogram
|
||||
|
||||
```sh
|
||||
@ -36,6 +38,8 @@ echo -e "from numpy import random;" \
|
||||
| uplot hist --nbins 20
|
||||
```
|
||||
|
||||

|
||||
|
||||
### lineplot
|
||||
|
||||
```sh
|
||||
@ -44,6 +48,8 @@ curl -sL https://git.io/AirPassengers \
|
||||
| uplot line -d, -w 50 -h 15 -t AirPassengers --xlim 1950,1960 --ylim 0,600
|
||||
```
|
||||
|
||||

|
||||
|
||||
### scatter
|
||||
|
||||
```sh
|
||||
@ -52,6 +58,8 @@ curl -sL https://git.io/YouPlotIris \
|
||||
| uplot scatter -H -t IRIS
|
||||
```
|
||||
|
||||

|
||||
|
||||
### density
|
||||
|
||||
```sh
|
||||
@ -60,6 +68,8 @@ curl -sL https://git.io/YouPlotIris \
|
||||
| uplot density -H -t IRIS
|
||||
```
|
||||
|
||||

|
||||
|
||||
### boxplot
|
||||
|
||||
```sh
|
||||
@ -68,6 +78,8 @@ curl -sL https://git.io/YouPlotIris \
|
||||
| uplot boxplot -H -t IRIS
|
||||
```
|
||||
|
||||

|
||||
|
||||
### count
|
||||
|
||||
```sh
|
||||
|
Loading…
Reference in New Issue
Block a user