%useLatestDescriptors %use lets-plot LetsPlot.getInfo() val data = mapOf( "x" to listOf("A picture is worth a thousand words", "Make a long story short") ) val p = letsPlot(data) { x = "x"; color = "x" } + geomPoint(size = 7) p p + scaleXDiscrete(lablim = 10)