Fixed subcommands

This commit is contained in:
kojix2 2020-08-16 16:08:14 +09:00
parent bc0204af53
commit e146bc66f3

View File

@ -259,9 +259,9 @@ module Uplot
Plot.line(data, params)
when :lines, :lineplots
Plot.lines(data, params, fmt)
when :scatter, :scatterplot
when :scatter, :s
Plot.scatter(data, params, fmt)
when :density
when :density, :d
Plot.density(data, params, fmt)
when :box, :boxplot
Plot.boxplot(data, params)