mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-12-16 03:08:54 +08:00
Improved error messages.
This commit is contained in:
@@ -247,6 +247,7 @@ module Uplot
|
||||
input.freeze
|
||||
@raw_inputs << input
|
||||
@data = Preprocessing.input(input, @delimiter, @headers, @transpose)
|
||||
pp @data if @debug
|
||||
case plot_type
|
||||
when :bar, :barplot
|
||||
Plot.barplot(data, params, @count)
|
||||
|
||||
Reference in New Issue
Block a user