class Plot : Figure
data |
val data: Map<*, *>? |
features |
val features: List<Feature> |
mapping |
val mapping: Options |
widthScale |
val widthScale: Int? |
layers |
fun layers(): List<Layer> |
otherFeatures |
fun otherFeatures(): List<OptionsMap> |
plus |
operator fun plus(other: Feature): Plot |
scales |
fun scales(): List<Scale> |
show |
fun show(): Unit |
toString |
fun toString(): String |
withFeature |
fun withFeature(plot: Plot, feature: Feature): Plot |
toSpec |
fun Plot.toSpec(): MutableMap<String, Any> |