Update README.md

This commit is contained in:
kojix2 2020-11-04 15:37:19 +09:00 committed by GitHub
parent 54e1865640
commit 99e9e28ec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,8 @@ Create ASCII charts on the terminal with data from standard streams in the pipel
gem install u-plot gem install u-plot
``` ```
Note the hyphen between u and the plot.
## Screenshots ## Screenshots
**histogram** **histogram**
@ -66,6 +68,14 @@ curl -s https://raw.githubusercontent.com/uiuc-cse/data-fa14/gh-pages/data/iris.
<img src="https://i.imgur.com/sNI4SmN.png" width="75%" height="75%"> <img src="https://i.imgur.com/sNI4SmN.png" width="75%" height="75%">
**colors**
```sh
uplot colors
```
<img src="https://i.imgur.com/LxyHQsz.png">
## Usage ## Usage
`uplot --help` `uplot --help`