Hello Quarto

visualization
Author

Dr. Joscelin Rocha-Hidalgo

Published

April 22, 2025

Buy me a coffeeBuy me a coffee


Improving ggplots with Text Color

By Eric Ekholm

Added Sun Jun 6th, 2021

What is this?

Excerpt from site: instead of having a legend off to the right or the bottom or wherever it is you typically place your legends, I’ve changed the font color of the words “Pass” and “Fail” in the title to contain this same information. We can do this using Claus Wilke’s invaluable {ggtext} package, which provides improved rendering for ggplot2.

  1. Link to article here: https://www.ericekholm.com/posts/2021-03-24-improving-ggplots-with-text-color/
Back to top