mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-05 22:31:11 +08:00
Fix typo
This commit is contained in:
parent
125c2291d5
commit
04eddfd79b
@ -202,13 +202,13 @@ The following sub-commands are available.
|
||||
|
||||
* Use `awk '{print $2, $1}'` to swap columns. Use `paste` to concatenate series.
|
||||
|
||||
## Categorical data
|
||||
### Categorical data
|
||||
|
||||
* With gne datamash, you can manage to handle categorized data.
|
||||
* `cat test/fixtures/iris.csv | sed '/^$/d' | datamash --header-in --output-delimiter=: -t, -g5 collapse 3,4 | cut -f2-3 -d: | sed 's/:/\n/g' | uplot s -d, -T --fmt xyxy`
|
||||
* This is not so easy...
|
||||
|
||||
## Time series
|
||||
### Time series
|
||||
|
||||
* Not yet supported.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user