mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-09-19 02:18:08 +08:00
Update README.md
This commit is contained in:
24
README.md
24
README.md
@@ -141,18 +141,7 @@ YouPlot is a command line tool for this purpose. With YouPlot, you can continue
|
|||||||
| `uplot <command> [options] data.tsv ...` | Take input from files |
|
| `uplot <command> [options] data.tsv ...` | Take input from files |
|
||||||
| `pipeline1 \| uplot <command> -O \| pipeline2` | Outputs data from stdin to stdout |
|
| `pipeline1 \| uplot <command> -O \| pipeline2` | Outputs data from stdin to stdout |
|
||||||
|
|
||||||
### Where to output the plot?
|
### Subcommands
|
||||||
|
|
||||||
By default, the plot is output to *standard error output*.
|
|
||||||
The output file or stream for the plot can be specified with the `-o` option.
|
|
||||||
|
|
||||||
### Where to output the input data?
|
|
||||||
|
|
||||||
By default, the input data is not shown anywhere.
|
|
||||||
The `-O` option, with no arguments, outputs the input data directly to the standard output.
|
|
||||||
This is useful when passing data to a subsequent pipeline.
|
|
||||||
|
|
||||||
### What types of plots are available?
|
|
||||||
|
|
||||||
The following sub-commands are available.
|
The following sub-commands are available.
|
||||||
|
|
||||||
@@ -172,6 +161,17 @@ See Quick Start for `count`.
|
|||||||
|-----------|-------|----------------------------------------------------------|
|
|-----------|-------|----------------------------------------------------------|
|
||||||
| count | c | draw a barplot based on the number of occurrences (slow) |
|
| count | c | draw a barplot based on the number of occurrences (slow) |
|
||||||
|
|
||||||
|
### Where to output the plot?
|
||||||
|
|
||||||
|
By default, the plot is output to *standard error output*.
|
||||||
|
The output file or stream for the plot can be specified with the `-o` option.
|
||||||
|
|
||||||
|
### Where to output the input data?
|
||||||
|
|
||||||
|
By default, the input data is not shown anywhere.
|
||||||
|
The `-O` option, with no arguments, outputs the input data directly to the standard output.
|
||||||
|
This is useful when passing data to a subsequent pipeline.
|
||||||
|
|
||||||
### What if the header line is included?
|
### What if the header line is included?
|
||||||
|
|
||||||
If your input data contains a header line, you need to specify the `-H` option.
|
If your input data contains a header line, you need to specify the `-H` option.
|
||||||
|
Reference in New Issue
Block a user