mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-07 23:51:12 +08:00
Fix help banner
This commit is contained in:
parent
428d525c5f
commit
9090bbf51b
@ -87,6 +87,7 @@ module Uplot
|
|||||||
# Usage and help messages
|
# Usage and help messages
|
||||||
main_parser.banner = \
|
main_parser.banner = \
|
||||||
<<~MSG
|
<<~MSG
|
||||||
|
|
||||||
Program: uplot (Tools for plotting on the terminal)
|
Program: uplot (Tools for plotting on the terminal)
|
||||||
Version: #{Uplot::VERSION} (using UnicodePlot #{UnicodePlot::VERSION})
|
Version: #{Uplot::VERSION} (using UnicodePlot #{UnicodePlot::VERSION})
|
||||||
Author: kojix2 <2xijok@gmail.com>
|
Author: kojix2 <2xijok@gmail.com>
|
||||||
@ -97,6 +98,7 @@ module Uplot
|
|||||||
Command: barplot bar
|
Command: barplot bar
|
||||||
histogram hist
|
histogram hist
|
||||||
lineplot line
|
lineplot line
|
||||||
|
lineplots lines
|
||||||
scatter s
|
scatter s
|
||||||
density d
|
density d
|
||||||
boxplot box
|
boxplot box
|
||||||
|
Loading…
Reference in New Issue
Block a user