mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-05 22:31:11 +08:00
Improve hist closed options desc
This commit is contained in:
parent
68101d31cb
commit
9fcb647aa5
@ -201,7 +201,7 @@ Usage: uplot histogram [options] <in.tsv>
|
||||
|
||||
Options for histogram:
|
||||
--symbol VAL character to be used to plot the bars
|
||||
--closed VAL
|
||||
--closed VAL side of the intervals to be closed [left]
|
||||
-n, --nbins VAL approximate number of bins
|
||||
|
||||
Options:
|
||||
|
@ -183,7 +183,7 @@ module YouPlot
|
||||
parser.on_head('-n', '--nbins VAL', Numeric, 'approximate number of bins') do |v|
|
||||
params.nbins = v
|
||||
end
|
||||
parser.on_head('--closed VAL', String) do |v|
|
||||
parser.on_head('--closed VAL', String, 'side of the intervals to be closed [left]') do |v|
|
||||
params.closed = v
|
||||
end
|
||||
parser.on_head('--symbol VAL', String, 'character to be used to plot the bars') do |v|
|
||||
|
Loading…
Reference in New Issue
Block a user