R ggplot supports `theme(legend.position = "none")`, but plotnine doesn't appear to recognize `'none'` in `theme(legend_position='none')`. - http://ggplot2.tidyverse.org/reference/theme.html Is there another way to do this, or is this a feature that would need to be added?