Package tech.tablesaw.plotly.api
Class ParetoPlot
java.lang.Object
tech.tablesaw.plotly.api.ParetoPlot
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Figureprotected static Figurecreate(BarTrace.Orientation orientation, String title, tech.tablesaw.api.Table table, String groupColName, String numberColName) protected static Figurecreate(BarTrace.Orientation orientation, String title, tech.tablesaw.api.Table table, String groupColName, Layout.BarMode barMode, String... numberColNames) static FigurecreateVertical(String title, tech.tablesaw.api.Table table, String groupColName, String numberColName) static FigureshowHorizontal(String title, tech.tablesaw.api.Table table, String groupColName, String numberColName)
-
Field Details
-
HEIGHT
protected static final int HEIGHT- See Also:
-
WIDTH
protected static final int WIDTH- See Also:
-
-
Constructor Details
-
ParetoPlot
public ParetoPlot()
-
-
Method Details
-
showHorizontal
-
createVertical
-
create
-
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)
-