I've been using plotnine to plot in Python and I would like to set up a default line size for all plots. Unfortunately, changing line
inside my custom theme only affects background elements.
In R using ggplot
it is possible to run update_geom_defaults("line", list(size = desired size))
to get the desired behaviour. Is there such an alternative for plotnine?