mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 07:10:10 +08:00
Fix typo
This commit is contained in:
parent
1ac39003bc
commit
47ba4ededa
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user