Legend
Legend

Reputation: 116840

Images as labels in a graph?

I was wondering if there is a way to put images instead of numbers as X-axis labels in a scatter plot (or to that matter of fact, any plot) in R. I am currently using ggplot2 but any other library will be good enough. Any suggestions?

Upvotes: 3

Views: 546

Answers (1)

Greg Snow
Greg Snow

Reputation: 49640

Look at the my.symbols function in the TeachingDemos package along with ms.image (same package) for one option using base graphics.

Upvotes: 2

Related Questions