plotnine icon indicating copy to clipboard operation
plotnine copied to clipboard

Is there a way to add images onto the x axis?

Open zarthisius opened this issue 1 year ago • 6 comments

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

zarthisius avatar Jul 01 '24 11:07 zarthisius