PlotFeature

class PlotFeature(scale: Scale)

PlotFeature represents the filling options for plots that defines its color scale. Used mainly with predefined scales that are available as properties of companion object but can be parametrized with some custom Scale for filling from lets-plot library.

Constructors

PlotFeature
Link copied to clipboard
fun PlotFeature(scale: Scale)

Create PlotFeature with defined scale

Types

Companion
Link copied to clipboard
object Companion

Properties

scale
Link copied to clipboard
val scale: Scale

defining the feature of color scale for plot