Feature |
sealed class Feature
|
FeatureList |
class FeatureList : Feature |
GenericAesMapping |
class GenericAesMapping : OptionsCapsule, WithGroupOption |
GeomKind |
enum class GeomKind |
Layer |
abstract class Layer : Feature |
NotLayer |
abstract class NotLayer : Feature |
Options |
class Options |
OtherPlotFeature |
class OtherPlotFeature : Feature |
Plot |
class Plot : Figure |
PosKind |
enum class PosKind |
SamplingKind |
enum class SamplingKind
|
Scale |
class Scale : Feature |
SeriesStandardizing |
object SeriesStandardizing |
StatKind |
enum class StatKind |
kotlin.collections.Map |
toSpec |
fun Plot.toSpec(): MutableMap<String, Any> fun Layer.toSpec(): MutableMap<String, Any> fun Scale.toSpec(): MutableMap<String, Any> fun OtherPlotFeature.toSpec(): MutableMap<String, Any> |