Package tech.tablesaw.plotly.api
Class ParetoPlot
- java.lang.Object
-
- tech.tablesaw.plotly.api.ParetoPlot
-
public class ParetoPlot extends Object
-
-
Constructor Summary
Constructors Constructor Description ParetoPlot()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Figure
create(String title, tech.tablesaw.api.Table table, String groupColName, String numberColName)
protected static Figure
create(BarTrace.Orientation orientation, String title, tech.tablesaw.api.Table table, String groupColName, String numberColName)
protected static Figure
create(BarTrace.Orientation orientation, String title, tech.tablesaw.api.Table table, String groupColName, Layout.BarMode barMode, String... numberColNames)
static Figure
createVertical(String title, tech.tablesaw.api.Table table, String groupColName, String numberColName)
static Figure
showHorizontal(String title, tech.tablesaw.api.Table table, String groupColName, String numberColName)
-
-
-
Field Detail
-
HEIGHT
protected static final int HEIGHT
- See Also:
- Constant Field Values
-
WIDTH
protected static final int WIDTH
- See Also:
- Constant Field Values
-
-
Method Detail
-
showHorizontal
public static Figure showHorizontal(String title, tech.tablesaw.api.Table table, String groupColName, String numberColName)
-
createVertical
public static Figure createVertical(String title, tech.tablesaw.api.Table table, String groupColName, String numberColName)
-
create
public static Figure create(String title, tech.tablesaw.api.Table table, String groupColName, String numberColName)
-
create
protected static Figure create(BarTrace.Orientation orientation, String title, tech.tablesaw.api.Table table, String groupColName, String numberColName)
-
create
protected static Figure create(BarTrace.Orientation orientation, String title, tech.tablesaw.api.Table table, String groupColName, Layout.BarMode barMode, String... numberColNames)
-
-