mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-09-15 15:38:14 +08:00
Fixed subcommands
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user