plotnine
plotnine copied to clipboard
How to apply matplotlib styles/themes?
I am aware that there is a theming system inside p9. I wonder if there is a way to apply already existed matplotlib styles directly to p9 plots? For examples themes defined in this repo https://github.com/garrettj403/SciencePlots .
You cannot just apply matplotlib themes, you have to convert them into plotnine themes. And there are some aspects that are not themeable. e.g. point/line colors and styles, those are scale choices.