mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-07 23:51:12 +08:00
Update help messages
This commit is contained in:
parent
f7a7dcd1d4
commit
942705ab23
@ -43,7 +43,7 @@ module Uplot
|
|||||||
opt.on('-H', '--headers', TrueClass, 'specify that the input has header row') do |v|
|
opt.on('-H', '--headers', TrueClass, 'specify that the input has header row') do |v|
|
||||||
@headers = v
|
@headers = v
|
||||||
end
|
end
|
||||||
opt.on('-T', '--transpose', TrueClass) do |v|
|
opt.on('-T', '--transpose', TrueClass, 'transpose the axes of the input data') do |v|
|
||||||
@transpose = v
|
@transpose = v
|
||||||
end
|
end
|
||||||
opt.on('-t', '--title VAL', String, 'print string on the top of plot') do |v|
|
opt.on('-t', '--title VAL', String, 'print string on the top of plot') do |v|
|
||||||
@ -106,7 +106,10 @@ module Uplot
|
|||||||
scatter s
|
scatter s
|
||||||
density d
|
density d
|
||||||
boxplot box
|
boxplot box
|
||||||
colors
|
colors show the list of available colors
|
||||||
|
|
||||||
|
count c baplot based on the number of occurrences
|
||||||
|
(slower than `sort | uniq -c | sort -n -k1`)
|
||||||
MSG
|
MSG
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user