plot-api / jetbrains.letsPlot.intern / Scale

Scale

class Scale : Feature

Constructors

<init>

Scale(aesthetic: Aes<*>, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: Any? = null, expand: Any? = null, naValue: Any? = null, guide: Any? = null, trans: String? = null, otherOptions: Options = Options.empty())

Properties

aesthetic

val aesthetic: Aes<*>

breaks

val breaks: List<Any>?

expand

val expand: Any?

guide

val guide: Any?

labels

val labels: List<String>?

limits

val limits: Any?

name

val name: String?

naValue

val naValue: Any?

otherOptions

val otherOptions: Options

trans

val trans: String?

Extension Functions

toSpec

fun Scale.toSpec(): MutableMap<String, Any>