lets-plot-compose/src/androidMain/kotlin/org/jetbrains/letsPlot/compose/PlotPanelComposeCanvas.kt [51:67]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - private const val logRecompositions = false @Suppress("FunctionName") @Composable fun PlotPanelComposeCanvas( rawSpec: MutableMap, preserveAspectRatio: Boolean, modifier: Modifier, errorTextStyle: TextStyle, errorModifier: Modifier, computationMessagesHandler: (List) -> Unit ) { if (logRecompositions) { println("PlotPanelRaw: recomposition") } val density = LocalDensity.current.density - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - lets-plot-compose/src/desktopMain/kotlin/org/jetbrains/letsPlot/compose/PlotPanelComposeCanvas.kt [49:65]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - private const val logRecompositions = false @Suppress("FunctionName") @Composable fun PlotPanelComposeCanvas( rawSpec: MutableMap, preserveAspectRatio: Boolean, modifier: Modifier, errorTextStyle: TextStyle, errorModifier: Modifier, computationMessagesHandler: (List) -> Unit ) { if (logRecompositions) { println("PlotPanelRaw: recomposition") } val density = LocalDensity.current.density - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -