nrennie / nrennie.github.io-comments

Repository to host Utterances for blog.
2 stars 0 forks source link

blog/adding-social-media-icons-ggplot2/ #8

Open utterances-bot opened 11 months ago

utterances-bot commented 11 months ago

Adding social media icons to charts with {ggplot2} | Nicola Rennie

Adding social media icons to your data visualisation is a great, concise way to put your name on your work, and make it easy for people to find your profile from your work. This blog post explains how to add social media icons to {ggplot2} charts.

https://nrennie.rbind.io/blog/adding-social-media-icons-ggplot2/

BB1464 commented 11 months ago

This is nice, thank you very much for this!!!

prncevince commented 8 months ago

Brilliant! ⚡️💡 I've been experimenting with building SVGs from ggplot2 using svglite. It should be interesting to see how adding icons can work when embedding in SVG since they're native HTML elements. Great stuff!