You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use marquee_glue() and noticed what seem to be a few bugs. Currently, it operates identically as glue::glue(). More specifically, the labels are not wrapped and they don't add color. Here is the code and an accompanying image:
plot_title <- "This is a really really long title that should be wrapped over multiple lines and it should be the color blue"
ggplot(mpg, aes(class)) +
geom_bar() +
labs(
title = marquee::marquee_glue("{.blue {plot_title}}"),
x = marquee::marquee_glue("{.red {x_lab}}")
)
In addition, the examples in the documentation don't work either. Here is a screenshot of some of the examples (I couldn't fit them all in one screenshot).
The text was updated successfully, but these errors were encountered:
Hi!
I was trying to use
marquee_glue()
and noticed what seem to be a few bugs. Currently, it operates identically asglue::glue()
. More specifically, the labels are not wrapped and they don't add color. Here is the code and an accompanying image:In addition, the examples in the documentation don't work either. Here is a screenshot of some of the examples (I couldn't fit them all in one screenshot).
The text was updated successfully, but these errors were encountered: