plotnine.coord_trans
coord_trans(x="identity", y="identity", xlim=None, ylim=None, expand=True)Transformed cartesian coordinate system
Parameters
x : str | trans = "identity"-
Name of transform or
transclass to transform the x axis y : str | trans = "identity"-
Name of transform or
transclass to transform the y axis 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. IfFalse, use the limits from the data.