mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-07 23:51:12 +08:00
Fix indentation in the here document
This commit is contained in:
parent
dbbff1dc3a
commit
68101d31cb
@ -110,27 +110,27 @@ module YouPlot
|
|||||||
<<~MSG
|
<<~MSG
|
||||||
|
|
||||||
Program: YouPlot (Tools for plotting on the terminal)
|
Program: YouPlot (Tools for plotting on the terminal)
|
||||||
Version: #{YouPlot::VERSION} (using UnicodePlot #{UnicodePlot::VERSION})
|
Version: #{YouPlot::VERSION} (using UnicodePlot #{UnicodePlot::VERSION})
|
||||||
Source: https://github.com/kojix2/youplot
|
Source: https://github.com/kojix2/youplot
|
||||||
|
|
||||||
Usage: uplot <command> [options] <in.tsv>
|
Usage: uplot <command> [options] <in.tsv>
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
barplot bar draw a horizontal barplot
|
barplot bar draw a horizontal barplot
|
||||||
histogram hist draw a horizontal histogram
|
histogram hist draw a horizontal histogram
|
||||||
lineplot line draw a line chart
|
lineplot line draw a line chart
|
||||||
lineplots lines draw a line chart with multiple series
|
lineplots lines draw a line chart with multiple series
|
||||||
scatter s draw a scatter plot
|
scatter s draw a scatter plot
|
||||||
density d draw a density plot
|
density d draw a density plot
|
||||||
boxplot box draw a horizontal boxplot
|
boxplot box draw a horizontal boxplot
|
||||||
colors color show the list of available colors
|
colors color show the list of available colors
|
||||||
|
|
||||||
count c draw a baplot based on the number of
|
count c draw a baplot based on the number of
|
||||||
occurrences (slow)
|
occurrences (slow)
|
||||||
|
|
||||||
General options:
|
General options:
|
||||||
--help print command specific help menu
|
--help print command specific help menu
|
||||||
--version print the version of YouPlot
|
--version print the version of YouPlot
|
||||||
MSG
|
MSG
|
||||||
|
|
||||||
# Actually, main_parser can take common optional arguments.
|
# Actually, main_parser can take common optional arguments.
|
||||||
|
Loading…
Reference in New Issue
Block a user