Uses of Class
tech.tablesaw.plotly.components.Marker.MarkerBuilder
Packages that use Marker.MarkerBuilder
-
Uses of Marker.MarkerBuilder in tech.tablesaw.plotly.components
Methods in tech.tablesaw.plotly.components that return Marker.MarkerBuilderModifier and TypeMethodDescriptionMarker.MarkerBuilder.autoColorScale(boolean b) Has an effect only if `marker.color` is set to a numerical array.static Marker.MarkerBuilderMarker.builder()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.cMinAndMax(double min, double max) Has an effect only if `marker.color` is set to a numerical array.Marker.MarkerBuilder.color(double[] color) Sets the marker color to an array of numeric values for use when a color scale is providedSets the marker color to a single valueSets the marker color to an array of color valuesSets the ColorBar to display the scale for the markerMarker.MarkerBuilder.colorScale(Marker.Palette palette) Sets the colorscale and only has an effect if `marker.color` is set to a numerical array.Sets a gradient for the markerSets an outline around the markerMarker.MarkerBuilder.opacity(double opacity) Sets the opacity.Marker.MarkerBuilder.reverseScale(boolean b) Has an effect only if `marker.color` is set to a numerical array.Marker.MarkerBuilder.showScale(boolean b) Has an effect only if `marker.color` is set to a numerical array.Marker.MarkerBuilder.size(double... size) Marker.MarkerBuilder.size(tech.tablesaw.api.NumericColumn<?> size) Marker.MarkerBuilder.sizeMode(Marker.SizeMode sizeMode) Sets the size mode for the markerSets the symbol for the marker