public class HorizontalBarPlot extends Object
Modifier and Type | Field and Description |
---|---|
protected static int |
HEIGHT |
protected static int |
WIDTH |
Constructor and Description |
---|
HorizontalBarPlot() |
Modifier and Type | Method and Description |
---|---|
protected static Figure |
create(BarTrace.Orientation orientation,
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) |
static Figure |
create(String title,
tech.tablesaw.api.Table table,
String groupColName,
Layout.BarMode barMode,
String... numberColNames) |
static Figure |
create(String title,
tech.tablesaw.api.Table table,
String groupColName,
String numberColName) |
protected static final int HEIGHT
protected static final int WIDTH
public static Figure create(String title, tech.tablesaw.api.Table table, String groupColName, String numberColName)
public 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)
Copyright © 2019. All rights reserved.