plot-api / jetbrains.letsPlot / coord_cartesian

coord_cartesian

fun coord_cartesian(xlim: Pair<Number?, Number?>? = null, ylim: Pair<Number?, Number?>? = null): OptionsMap

The Cartesian coordinate system is the most familiar, and common, type of coordinate system. Setting limits on the coordinate system will zoom the plot (like you're looking at it with a magnifying glass), and will not change the underlying data like setting limits on a scale will.