mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-09-19 02:18:08 +08:00
Improved screenshots
This commit is contained in:
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"
|
| uplot bar -d, -t "Areas of the World's Major Landmasses"
|
||||||
```
|
```
|
||||||
|
|
||||||
|

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

|
||||||
|
|
||||||
### lineplot
|
### lineplot
|
||||||
|
|
||||||
```sh
|
```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
|
| uplot line -d, -w 50 -h 15 -t AirPassengers --xlim 1950,1960 --ylim 0,600
|
||||||
```
|
```
|
||||||
|
|
||||||
|

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

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

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

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