from plotnine import ggplot, aes, labs, theme_classic, geom_point
from plotnine.data import mtcars
plotnine.theme_classic
=11, base_family=None) theme_classic(base_size
A classic-looking theme, with x & y axis lines and no gridlines
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
.