org.jetbrains.kotlinx.ggdsl.letsplot.xy.kt Maven / Gradle / Ivy
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