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