plotnine.coord_cartesian

coord_cartesian(xlim=None, ylim=None, expand=True)

Cartesian coordinate system

Parameters

xlim : tuple[float, float] = None

Limits for x axis. If None, then they are automatically computed.

ylim : tuple[float, float] = None

Limits for y axis. If None, then they are automatically computed.

expand : bool = True

If True, expand the coordinate axes by some factor. If False, use the limits from the data.