public class ViolinPlot
extends Object
-
Constructor Summary
Constructors
-
Method Summary
create(String title,
tech.tablesaw.api.Table table,
String groupingColumn,
String numericColumn,
boolean showBoxPlot,
boolean showMeanLine)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ViolinPlot
public ViolinPlot()
-
Method Details
-
create
public static Figure create(String title,
tech.tablesaw.api.Table table,
String groupingColumn,
String numericColumn,
boolean showBoxPlot,
boolean showMeanLine)