plotnine.coords.coord_cartesian¶
- class plotnine.coords.coord_cartesian(xlim: Optional[TupleFloat2] = None, ylim: Optional[TupleFloat2] = None, expand: bool = True)[source]¶
Cartesian coordinate system
- Parameters
- xlim
python:None
| (python:float
,python:float
) Limits for x axis. If None, then they are automatically computed.
- ylim
python:None
| (python:float
,python:float
) Limits for y axis. If None, then they are automatically computed.
- expandbool
If True, expand the coordinate axes by some factor. If False, use the limits from the data.
- xlim