Hello Quarto

visualization
Author

Dr. Joscelin Rocha-Hidalgo

Published

April 22, 2025

Buy me a coffeeBuy me a coffee


geomtextpath

By Allan Cameron

Added Sat Dec 11th, 2021

What is this?

Excerpt from site: “The existing text-based geom layers in ggplot2 (geom_text and geom_label) are ideal for the majority of plots, since typically textual annotations are short, straight and in line with the axes of the plot. However, there are some occasions when it is useful to have text follow a curved path. This may be to create or recreate a specific visual effect, or it may be to label a circular / polar plot in a more”natural” way.”

  1. Link to package’s site here: https://github.com/AllanCameron/geomtextpath
Back to top