plotnine.themes.theme_void¶
- class plotnine.themes.theme_void(base_size=11, base_family=None)[source]¶
A classic-looking theme, with x & y axis lines and no gridlines.
- 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:int
, optional Base font family.
- base_size