public class BoxTrace extends AbstractTrace
Modifier and Type | Class and Description |
---|---|
static class |
BoxTrace.BoxBuilder |
AbstractTrace.Visibility
DEFAULT_OPACITY, DEFAULT_VISIBILITY, engine, type
Modifier and Type | Method and Description |
---|---|
String |
asJavascript(int i)
Returns a string of Javascript code that can be used to display the trace in a browser
|
static BoxTrace.BoxBuilder |
builder(tech.tablesaw.api.CategoricalColumn<?> x,
tech.tablesaw.api.NumericColumn<? extends Number> y) |
static BoxTrace.BoxBuilder |
builder(double[] x,
double[] y) |
static BoxTrace.BoxBuilder |
builder(Object[] x,
double[] y) |
getContext, hoverLabel, name, showLegend, toString
public static BoxTrace.BoxBuilder builder(Object[] x, double[] y)
public static BoxTrace.BoxBuilder builder(tech.tablesaw.api.CategoricalColumn<?> x, tech.tablesaw.api.NumericColumn<? extends Number> y)
public static BoxTrace.BoxBuilder builder(double[] x, double[] y)
Copyright © 2019. All rights reserved.