public class ParetoPlot extends Object
Modifier and Type | Field | Description |
---|---|---|
protected static int |
HEIGHT |
|
protected static int |
WIDTH |
Constructor | Description |
---|---|
ParetoPlot() |
Modifier and Type | Method | Description |
---|---|---|
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 |
create(String title,
tech.tablesaw.api.Table table,
String groupColName,
String numberColName) |
|
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) |
protected static final int HEIGHT
protected static final int WIDTH
public static Figure showHorizontal(String title, tech.tablesaw.api.Table table, String groupColName, String numberColName)
public static Figure createVertical(String title, tech.tablesaw.api.Table table, String groupColName, String numberColName)
public 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)
Copyright © 2021. All rights reserved.