coordCartesian

fun coordCartesian(xlim: <Error class: unknown class><Number?, Number?>? = null, ylim: <Error class: unknown class><Number?, Number?>? = null, flip: Boolean = false): 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.

Parameters

xlim

Limits for x-axes.

ylim

Limits for y-axes.

flip

Flips the coordinate system axis so that horizontal axis becomes vertical and vice versa.