plotnine.theme_light
=11, base_family=None) theme_light(base_size
A theme similar to theme_linedraw
Has light grey lines lines and axes to direct more attention towards the data.
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
.