Improved error messages.

This commit is contained in:
kojix2
2020-08-16 13:20:52 +09:00
parent a09a703c33
commit 9d58b1aaf9
2 changed files with 15 additions and 0 deletions

View File

@@ -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)