plotnine
plotnine copied to clipboard
Is there a way to add images onto the x axis?
Basically title. Is there a way within plot nine to add images in place of labels to the x axis tick positions?
I know you can get the matplotlib figure and axis using .draw() and matplotlib has this functionality using OffsetImage() but I am having a hard time actually implementing this.
Any help would be greatly appreciated