From 8506947e02cef32d4ec7e899853c19ef7687e537 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Mon, 14 Jun 2021 11:22:43 +0900 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index e7758d0..1a8c50b 100644 --- a/README.md +++ b/README.md @@ -141,18 +141,7 @@ YouPlot is a command line tool for this purpose. With YouPlot, you can continue | `uplot [options] data.tsv ...` | Take input from files | | `pipeline1 \| uplot -O \| pipeline2` | Outputs data from stdin to stdout | -### 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 types of plots are available? +### Subcommands 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) | +### 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? If your input data contains a header line, you need to specify the `-H` option.