Package | Description |
---|---|
tech.tablesaw.plotly.components |
Modifier and Type | Method and Description |
---|---|
Marker.MarkerBuilder |
Marker.MarkerBuilder.autoColorScale(boolean b)
Has an effect only if `marker.color` is set to a numerical array.
|
static Marker.MarkerBuilder |
Marker.builder() |
Marker.MarkerBuilder |
Marker.MarkerBuilder.cAuto(boolean b)
Has an effect only if `marker.color` is set to a numerical array and `cmin`, `cmax` are also
set.
|
Marker.MarkerBuilder |
Marker.MarkerBuilder.cMinAndMax(double min,
double max)
Has an effect only if `marker.color` is set to a numerical array.
|
Marker.MarkerBuilder |
Marker.MarkerBuilder.color(double[] color)
Sets the marker color to an array of numeric values for use when a color scale is provided
|
Marker.MarkerBuilder |
Marker.MarkerBuilder.color(String color)
Sets the marker color to a single value
|
Marker.MarkerBuilder |
Marker.MarkerBuilder.color(String[] color)
Sets the marker color to an array of color values
|
Marker.MarkerBuilder |
Marker.MarkerBuilder.colorBar(ColorBar colorBar)
Sets the ColorBar to display the scale for the marker
|
Marker.MarkerBuilder |
Marker.MarkerBuilder.colorScale(Marker.Palette palette)
Sets the colorscale and only has an effect if `marker.color` is set to a numerical array.
|
Marker.MarkerBuilder |
Marker.MarkerBuilder.gradient(Gradient gradient)
Sets a gradient for the marker
|
Marker.MarkerBuilder |
Marker.MarkerBuilder.line(Line line)
Sets an outline around the marker
|
Marker.MarkerBuilder |
Marker.MarkerBuilder.opacity(double opacity)
Sets the opacity.
|
Marker.MarkerBuilder |
Marker.MarkerBuilder.reverseScale(boolean b)
Has an effect only if `marker.color` is set to a numerical array.
|
Marker.MarkerBuilder |
Marker.MarkerBuilder.showScale(boolean b)
Has an effect only if `marker.color` is set to a numerical array.
|
Marker.MarkerBuilder |
Marker.MarkerBuilder.size(double... size) |
Marker.MarkerBuilder |
Marker.MarkerBuilder.size(tech.tablesaw.api.NumericColumn<?> size) |
Marker.MarkerBuilder |
Marker.MarkerBuilder.sizeMode(Marker.SizeMode sizeMode)
Sets the size mode for the marker
|
Marker.MarkerBuilder |
Marker.MarkerBuilder.symbol(Symbol symbol)
Sets the symbol for the marker
|
Copyright © 2019. All rights reserved.