plotnine.themes.theme_dark¶
- class plotnine.themes.theme_dark(base_size=11, base_family=None)[source]¶
The dark cousin of
theme_light
It has similar line sizes but a dark background. Useful to make thin colored lines pop out.
- Parameters
- base_size
python:int
, optional Base font size. All text sizes are a scaled versions of the base font size. Default is 11.
- base_family
python:str
, optional Base font family.
- base_size