Package tech.tablesaw.plotly.traces
Class ScatterTrace
- java.lang.Object
-
- tech.tablesaw.plotly.traces.AbstractTrace
-
- tech.tablesaw.plotly.traces.ScatterTrace
-
- All Implemented Interfaces:
Trace
public class ScatterTrace extends AbstractTrace
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ScatterTrace.Fill
static class
ScatterTrace.Mode
static class
ScatterTrace.ScatterBuilder
static class
ScatterTrace.YAxis
-
Nested classes/interfaces inherited from class tech.tablesaw.plotly.traces.AbstractTrace
AbstractTrace.Visibility
-
-
Field Summary
-
Fields inherited from class tech.tablesaw.plotly.traces.AbstractTrace
DEFAULT_OPACITY, DEFAULT_VISIBILITY, engine, type
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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 browserstatic ScatterTrace.ScatterBuilder
builder(double[] x, double[] 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(tech.tablesaw.columns.Column<?> x, tech.tablesaw.columns.Column<?> y)
-
Methods inherited from class tech.tablesaw.plotly.traces.AbstractTrace
getContext, hoverLabel, name, showLegend, toString
-
-
-
-
Method Detail
-
builder
public static ScatterTrace.ScatterBuilder builder(double[] x, double[] y)
-
builder
public static ScatterTrace.ScatterBuilder builder(tech.tablesaw.columns.Column<?> x, tech.tablesaw.columns.Column<?> y)
-
builder
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)
-
-