plot-base/src/commonMain/kotlin/org/jetbrains/letsPlot/core/plot/base/geom/TileGeom.kt [49:56]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun widthSpan( p: DataPointAesthetics, coordAes: Aes, resolution: Double, isDiscrete: Boolean ): DoubleSpan? { return DimensionsUtil.dimensionSpan(p, coordAes, Aes.WIDTH, resolution, widthUnit) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - plot-base/src/commonMain/kotlin/org/jetbrains/letsPlot/core/plot/base/geom/CrossBarGeom.kt [81:88]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun widthSpan( p: DataPointAesthetics, coordAes: Aes, resolution: Double, isDiscrete: Boolean ): DoubleSpan? { return DimensionsUtil.dimensionSpan(p, coordAes, Aes.WIDTH, resolution, widthUnit) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - plot-base/src/commonMain/kotlin/org/jetbrains/letsPlot/core/plot/base/geom/ErrorBarGeom.kt [86:93]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun widthSpan( p: DataPointAesthetics, coordAes: Aes, resolution: Double, isDiscrete: Boolean ): DoubleSpan? { return DimensionsUtil.dimensionSpan(p, coordAes, Aes.WIDTH, resolution, widthUnit) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - plot-base/src/commonMain/kotlin/org/jetbrains/letsPlot/core/plot/base/geom/BoxplotGeom.kt [52:59]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun widthSpan( p: DataPointAesthetics, coordAes: Aes, resolution: Double, isDiscrete: Boolean ): DoubleSpan? { return DimensionsUtil.dimensionSpan(p, coordAes, Aes.WIDTH, resolution, widthUnit) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -