Uses of Class
tech.tablesaw.plotly.traces.ScatterTrace.YAxis
-
Packages that use ScatterTrace.YAxis Package Description tech.tablesaw.plotly.components tech.tablesaw.plotly.traces -
-
Uses of ScatterTrace.YAxis in tech.tablesaw.plotly.components
Methods in tech.tablesaw.plotly.components with parameters of type ScatterTrace.YAxis Modifier and Type Method 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 -
Uses of ScatterTrace.YAxis in tech.tablesaw.plotly.traces
Methods in tech.tablesaw.plotly.traces that return ScatterTrace.YAxis Modifier and Type Method 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.Methods in tech.tablesaw.plotly.traces with parameters of type ScatterTrace.YAxis Modifier and Type Method 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.
-