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"
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### histogram
|
||||
|
||||
@ -37,8 +37,7 @@ echo -e "from numpy import random;" \
|
||||
| python \
|
||||
| uplot hist --nbins 20
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### 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
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### scatter
|
||||
|
||||
@ -58,7 +57,7 @@ curl -sL https://git.io/IRIStsv \
|
||||
| uplot scatter -H -t IRIS
|
||||
```
|
||||
|
||||

|
||||

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

|
||||

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

|
||||

|
||||
|
||||
### count
|
||||
|
||||
@ -88,6 +87,8 @@ cat gencode.v35.annotation.gff3 \
|
||||
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.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user