Package | Description |
---|---|
tech.tablesaw.plotly.components | |
tech.tablesaw.plotly.traces |
Modifier and Type | Method and Description |
---|---|
Axis.AxisBuilder |
Axis.AxisBuilder.overlaying(ScatterTrace.YAxis axisToOverlay)
Instructs plotly to overly the trace with this axis on top of a trace with another axis
|
Modifier and Type | Method and Description |
---|---|
static ScatterTrace.YAxis |
ScatterTrace.YAxis.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScatterTrace.YAxis[] |
ScatterTrace.YAxis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ScatterTrace.ScatterBuilder |
ScatterTrace.ScatterBuilder.yAxis(ScatterTrace.YAxis axis)
Sets a specific yAxis to this trace when you want to display more than one yAxis in a plot.
|
Copyright © 2019. All rights reserved.