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