coordFixed

fun coordFixed(ratio: Number? = null, xlim: <Error class: unknown class><Number?, Number?>? = null, ylim: <Error class: unknown class><Number?, Number?>? = null, flip: Boolean = false): OptionsMap

A fixed scale coordinate system forces a specified ratio between the physical representation of data units on the axes.

Parameters

ratio

The ratio represents the number of units on the y-axis equivalent to one unit on the x-axis. ratio = 1, ensures that one unit on the x-axis is the same length as one unit on the y-axis. Ratios higher than one make units on the y-axis longer than units on the x-axis, and vice versa.

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.