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

mapJoin

val mapJoin: Pair<Any, Any>?

pair of names or pair of lists of names Specifies column names to join the 'data' and the 'map' coordinates on. Pair.first: column name or list of column names in the 'data' dataframe. Pair.second: column name or list of column names in the 'map' dataframe.