Today I played around with the maquee package for text styling by @thomasp85.com. The custom styling system is very nice. Here is a simple example.
1 / 2
Comments
1. A function `modify_style_set()` that takes `tag = style()` type arguments, so I can write:
`classic_style() |> modify_style_set(setosa = style(...), ...)`
(need to run; will reply with option 2 later)
```r
scale_colour_manual(
values = c(setosa = "#93263E", virginica = "#3947A4", versicolor = "#C6A634"),
guide = guide_marquee("{.setosa *I. setosa*} - {.versicolor *I. versicolor*} - {.virginica *I. virginica*}")
)
```
https://bsky.app/profile/clauswilke.com/post/3lmfonmbgjk2k