mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-08-08 20:46:37 +08:00
Fixed subcommands
This commit is contained in:
parent
bc0204af53
commit
e146bc66f3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user