mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-07 23:51:12 +08:00
Update images
This commit is contained in:
parent
d6b2677a56
commit
5f26b430fb
15
README.md
15
README.md
@ -26,7 +26,7 @@ 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
|
||||||
|
|
||||||
@ -37,8 +37,7 @@ echo -e "from numpy import random;" \
|
|||||||
| python \
|
| python \
|
||||||
| uplot hist --nbins 20
|
| uplot hist --nbins 20
|
||||||
```
|
```
|
||||||
|

|
||||||

|
|
||||||
|
|
||||||
### lineplot
|
### lineplot
|
||||||
|
|
||||||
@ -48,7 +47,7 @@ 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
|
||||||
|
|
||||||
@ -58,7 +57,7 @@ curl -sL https://git.io/IRIStsv \
|
|||||||
| uplot scatter -H -t IRIS
|
| uplot scatter -H -t IRIS
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### density
|
### density
|
||||||
|
|
||||||
@ -68,7 +67,7 @@ curl -sL https://git.io/IRIStsv \
|
|||||||
| uplot density -H -t IRIS
|
| uplot density -H -t IRIS
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### boxplot
|
### boxplot
|
||||||
|
|
||||||
@ -78,7 +77,7 @@ curl -sL https://git.io/IRIStsv \
|
|||||||
| uplot boxplot -H -t IRIS
|
| uplot boxplot -H -t IRIS
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### count
|
### count
|
||||||
|
|
||||||
@ -88,6 +87,8 @@ cat gencode.v35.annotation.gff3 \
|
|||||||
uplot count -t "The number of human gene annotations per chromosome" -c blue
|
uplot count -t "The number of human gene annotations per chromosome" -c blue
|
||||||
```
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Note: `count` is slower than other Unix commands because it runs in a Ruby script.
|
Note: `count` is slower than other Unix commands because it runs in a Ruby script.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user