mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-12-16 03:08:54 +08:00
Removed count option for barplot
This commit is contained in:
@@ -27,7 +27,6 @@ module Uplot
|
||||
headers = parser.headers
|
||||
pass = parser.pass
|
||||
output = parser.output
|
||||
count = parser.count
|
||||
fmt = parser.fmt
|
||||
debug = parser.debug
|
||||
|
||||
@@ -44,7 +43,7 @@ module Uplot
|
||||
pp @data if @debug
|
||||
plot = case command
|
||||
when :bar, :barplot
|
||||
Plot.barplot(data, params, @count)
|
||||
Plot.barplot(data, params)
|
||||
when :count, :c
|
||||
Plot.barplot(data, params, count = true)
|
||||
when :hist, :histogram
|
||||
|
||||
Reference in New Issue
Block a user