public class HistogramTrace extends AbstractTrace
Modifier and Type | Class and Description |
---|---|
static class |
HistogramTrace.HistogramBuilder |
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 HistogramTrace.HistogramBuilder |
builder(double[] values) |
static HistogramTrace.HistogramBuilder |
builder(tech.tablesaw.api.NumericColumn<? extends Number> values) |
getContext, hoverLabel, name, showLegend, toString
public static HistogramTrace.HistogramBuilder builder(double[] values)
public static HistogramTrace.HistogramBuilder builder(tech.tablesaw.api.NumericColumn<? extends Number> values)
Copyright © 2019. All rights reserved.