This commit is contained in:
kojix2 2020-08-04 20:13:34 +09:00
parent 1ac39003bc
commit 47ba4ededa

View File

@ -168,8 +168,8 @@ module Uplot
UnicodePlot.lineplot(x, y, **@params.compact) UnicodePlot.lineplot(x, y, **@params.compact)
end end
def get_method2(_method1) def get_method2(method1)
(method_name.to_s + '!').to_sym (method1.to_s + '!').to_sym
end end
def xyy_plot(data, headers, method1) # improve method name def xyy_plot(data, headers, method1) # improve method name