mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 07:10:10 +08:00
Add images to README.md
This commit is contained in:
parent
c73da80de6
commit
6ebc707c51
17
README.md
17
README.md
@ -28,13 +28,20 @@ ruby -r numo/narray -e "puts Numo::DFloat.new(1000).rand_norm.to_a" \
|
||||
|
||||
<img src="https://i.imgur.com/wpsoGJq.png" width="75%" height="75%"></img>
|
||||
|
||||
<img src="https://i.imgur.com/97R2MQx.png" width="75%" height="75%"></img>
|
||||
|
||||
**scatter**
|
||||
|
||||
```sh
|
||||
wget https://raw.githubusercontent.com/uiuc-cse/data-fa14/gh-pages/data/iris.csv -qO - \
|
||||
| cut -f1-4 -d, \
|
||||
| uplot scatter -H -d, -t IRIS -m 10
|
||||
```
|
||||
<img src="https://i.imgur.com/STX7bFT.png" width="75%" height="75%"></img>
|
||||
|
||||
**line**
|
||||
|
||||
<img src="https://i.imgur.com/PVl5dsa.png" width="75%" height="75%"></img>
|
||||
|
||||
**box**
|
||||
|
||||
<img src="https://i.imgur.com/sNI4SmN.png" width="75%" height="75%"></img>
|
||||
|
||||
|
||||
## Development
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user