AlbertRapp / blogComments

0 stars 0 forks source link

posts/ggplot2-tips/34_dynamic_text_color/34_dynamic_text_color #37

Open utterances-bot opened 2 months ago

utterances-bot commented 2 months ago

Albert Rapp - Text Styling With ggplot2

Today I’m showing you ggplot techniques that give you full control over your texts. This includes dynamic text colors (depending on the background) and customizations using the brand-new marquee package.

https://albert-rapp.de/posts/ggplot2-tips/34_dynamic_text_color/34_dynamic_text_color.html

trevorschrotz commented 2 months ago

Thanks for this post. I was looking for a way to create some single-value dashboard-style metrics in ggplot2, and I was able to use your geom_tile trick to make it happen.