Usage of adjust_text in conjunction with plotnine
I’m currently making a plot in Python using plotnine, and wanted to add text labels to it. To avoid too much overlapping, I decided to use adjust_text
alongside geom_text
. However, adjust_text
does not work, and the program is unable to compile.