mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-09-17 17:24:08 +08:00
Improve hist closed options desc
This commit is contained in:
@@ -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|
|
||||
|
Reference in New Issue
Block a user