plotnine.guides.guide_legend¶
- class plotnine.guides.guide_legend(**kwargs)[source]¶
Legend guide
- Parameters
- nrow
python:int
Number of rows of legends.
- ncol
python:int
Number of columns of legends.
- byrowbool
Whether to fill the legend row-wise or column-wise.
- keywidth
python:float
Width of the legend key.
- keyheight
python:float
Height of the legend key.
- kwargs
python:dict
Parameters passed on to
guide
- nrow