public class ScatterTrace extends AbstractTrace
| Modifier and Type | Class and Description |
|---|---|
static class |
ScatterTrace.Mode |
static class |
ScatterTrace.ScatterBuilder |
AbstractTrace.Visibilityengine, 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(double[] x,
double[] y) |
static ScatterTrace.ScatterBuilder |
builder(NumberColumn x,
NumberColumn y) |
getContext, hoverLabel, name, showLegend, toStringpublic static ScatterTrace.ScatterBuilder builder(double[] x, double[] y)
public static ScatterTrace.ScatterBuilder builder(NumberColumn x, NumberColumn y)
Copyright © 2018. All rights reserved.