Package | Description |
---|---|
tech.tablesaw.plotly.components |
Modifier and Type | Method | 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(java.lang.String color) |
Sets the marker color to a single value
|
Marker.MarkerBuilder |
Marker.MarkerBuilder.color(java.lang.String[] color) |
Sets the marker color to an array of color values
|
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.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(NumberColumn size) |
|
Marker.MarkerBuilder |
Marker.MarkerBuilder.sizeMode(Marker.SizeMode sizeMode) |
Sets the size mode for the marker
Has an effect only if `marker.size` is set to a numerical array.
|
Marker.MarkerBuilder |
Marker.MarkerBuilder.symbol(Symbol symbol) |
Sets the symbol for the marker
|
Copyright © 2018. All rights reserved.