Package tech.tablesaw.plotly.api
Class HorizontalBarPlot
- java.lang.Object
-
- tech.tablesaw.plotly.api.HorizontalBarPlot
-
public class HorizontalBarPlot extends Object
-
-
Constructor Summary
Constructors Constructor Description HorizontalBarPlot()
-
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)
static Figure
create(String title, tech.tablesaw.api.Table table, String groupColName, Layout.BarMode barMode, String... numberColNames)
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)
-
-
-
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
-
create
public static Figure create(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, 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)
-
-