public class Scatter3DTrace extends AbstractTrace
Modifier and Type | Class and Description |
---|---|
static class |
Scatter3DTrace.Mode |
static class |
Scatter3DTrace.Scatter3DBuilder |
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 Scatter3DTrace.Scatter3DBuilder |
builder(double[] x,
double[] y,
double[] z) |
static Scatter3DTrace.Scatter3DBuilder |
builder(tech.tablesaw.api.NumericColumn<? extends Number> x,
tech.tablesaw.api.NumericColumn<? extends Number> y,
tech.tablesaw.api.NumericColumn<? extends Number> z) |
getContext, hoverLabel, name, showLegend, toString
public static Scatter3DTrace.Scatter3DBuilder builder(double[] x, double[] y, double[] z)
public static Scatter3DTrace.Scatter3DBuilder builder(tech.tablesaw.api.NumericColumn<? extends Number> x, tech.tablesaw.api.NumericColumn<? extends Number> y, tech.tablesaw.api.NumericColumn<? extends Number> z)
Copyright © 2020. All rights reserved.