plot-base/src/commonTest/kotlin/org/jetbrains/letsPlot/core/plot/base/pos/FillPosTest.kt [14:22]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fun testEmptyDataset() { compareWithExpectedOffsets( xValues = listOf(), yValues = listOf(), expectedYOffsets = listOf(), posConstructor = getPositionAdjustmentConstructor(), messageBeginning = "Should work with empty dataset" ) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - plot-base/src/commonTest/kotlin/org/jetbrains/letsPlot/core/plot/base/pos/StackPosTest.kt [14:22]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fun testEmptyDataset() { compareWithExpectedOffsets( xValues = listOf(), yValues = listOf(), expectedYOffsets = listOf(), posConstructor = getPositionAdjustmentConstructor(), messageBeginning = "Should work with empty dataset" ) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -