plot-api / jetbrains.letsPlot.geom / geom_text / labelFormat

labelFormat

val labelFormat: String?

string. Format used to transform label mapping values to a string. Examples: ".2f" -> "12.45" "Num {}" -> "Num 12.456789" "TTL: \${.2f}" -> "TTL: $12.45" Note, the "$" must be escaped as "\$"