plotnine.theme_dark
theme_dark(base_size=11, base_family=None)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 : int = 11-
Base font size. All text sizes are a scaled versions of the base font size.
base_family : str = None-
Base font family. If
None, useplotnine.options.base_family.