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
01dc1e93b8
commit
fd7c43c39e
12
README.md
12
README.md
@ -15,7 +15,7 @@ Create ASCII charts on the terminal with data from standard streams in the pipel
|
|||||||
gem install youplot
|
gem install youplot
|
||||||
```
|
```
|
||||||
|
|
||||||
## Screenshots
|
## Quick Start
|
||||||
|
|
||||||
### barplot
|
### barplot
|
||||||
|
|
||||||
@ -65,9 +65,13 @@ curl -sL https://git.io/YouPlotIris \
|
|||||||
| uplot boxplot -H -t IRIS
|
| uplot boxplot -H -t IRIS
|
||||||
```
|
```
|
||||||
|
|
||||||
### count(slow)
|
### count
|
||||||
|
|
||||||
|
```sh
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
Note: `count` is slower than other Unix commands because it runs in a Ruby script.
|
||||||
|
|
||||||
### colors
|
### colors
|
||||||
|
|
||||||
@ -75,9 +79,7 @@ curl -sL https://git.io/YouPlotIris \
|
|||||||
uplot colors
|
uplot colors
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
### help
|
||||||
|
|
||||||
`uplot --help`
|
|
||||||
|
|
||||||
Use `--help` to print command-specific options.
|
Use `--help` to print command-specific options.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user