All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jetbrains.kotlinx.ggdsl.letsplot.xy.kt Maven / Gradle / Ivy

There is a newer version: 0.4.0-dev-15
Show newest version
package org.jetbrains.kotlinx.ggdsl.letsplot

import org.jetbrains.kotlinx.ggdsl.dsl.internal.LayerPlotContext
import org.jetbrains.kotlinx.ggdsl.letsplot.internal.XAes
import org.jetbrains.kotlinx.ggdsl.letsplot.internal.YAes

public val LayerPlotContext.x: XAes
    get() = XAes(this)

public val LayerPlotContext.y: YAes
    get() = YAes(this)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy