mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-05 22:31:11 +08:00
Changed width option from Integer to Numeric
This is to keep consistency with other options
This commit is contained in:
parent
a8073bc684
commit
81df12a033
@ -64,7 +64,7 @@ module YouPlot
|
||||
parser.on('-y', '--ylabel STR', String, 'print string on the far left of the plot') do |v|
|
||||
params.ylabel = v
|
||||
end
|
||||
parser.on('-w', '--width INT', Integer, 'number of characters per row') do |v|
|
||||
parser.on('-w', '--width INT', Numeric, 'number of characters per row') do |v|
|
||||
params.width = v
|
||||
end
|
||||
parser.on('-h', '--height INT', Numeric, 'number of rows') do |v|
|
||||
|
Loading…
Reference in New Issue
Block a user