Package tech.tablesaw.plotly.api
Class ViolinPlot
- java.lang.Object
-
- tech.tablesaw.plotly.api.ViolinPlot
-
public class ViolinPlot extends Object
-
-
Constructor Summary
Constructors Constructor Description ViolinPlot()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Figure
create(String title, tech.tablesaw.api.Table table, String groupingColumn, String numericColumn, boolean showBoxPlot, boolean showMeanLine)
-