public class ScatterTrace extends AbstractTrace
Modifier and Type | Class and Description |
---|---|
static class |
ScatterTrace.Fill |
static class |
ScatterTrace.Mode |
static class |
ScatterTrace.ScatterBuilder |
static class |
ScatterTrace.YAxis |
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 ScatterTrace.ScatterBuilder |
builder(tech.tablesaw.columns.Column<?> x,
tech.tablesaw.columns.Column<?> y) |
static ScatterTrace.ScatterBuilder |
builder(tech.tablesaw.columns.Column<?> x,
tech.tablesaw.api.NumericColumn<? extends Number> open,
tech.tablesaw.api.NumericColumn<? extends Number> high,
tech.tablesaw.api.NumericColumn<? extends Number> low,
tech.tablesaw.api.NumericColumn<? extends Number> close) |
static ScatterTrace.ScatterBuilder |
builder(double[] x,
double[] y) |
getContext, hoverLabel, name, showLegend, toString
public static ScatterTrace.ScatterBuilder builder(double[] x, double[] y)
public static ScatterTrace.ScatterBuilder builder(tech.tablesaw.columns.Column<?> x, tech.tablesaw.columns.Column<?> y)
public static ScatterTrace.ScatterBuilder builder(tech.tablesaw.columns.Column<?> x, tech.tablesaw.api.NumericColumn<? extends Number> open, tech.tablesaw.api.NumericColumn<? extends Number> high, tech.tablesaw.api.NumericColumn<? extends Number> low, tech.tablesaw.api.NumericColumn<? extends Number> close)
Copyright © 2020. All rights reserved.