plotnine.themes.themeable.svg_usefonts
svg_usefonts(theme_element)How to renderer fonts for svg images
Parameters
theme_element : bool-
If
True, assume fonts are installed on the machine where the SVG will be viewed.If
False, embed characters as paths; this is supported by most SVG renderers.You should probably set this to
Trueif you intend to edit the svg file.