-
Notifications
You must be signed in to change notification settings - Fork 41
returns in geom_text label #149
Copy link
Copy link
Open
Description
it should render as multiple lines of text (as in static ggplot2) but instead animint only renders the first line. for example
gg.return <- ggplot()+
geom_text(aes(hjust, vjust, label=sprintf("x=%.1f\ny=%.1f", hjust, vjust)),
data=text.df)
viz.return <- list(
text=gg.return)
structure(viz.return, class="animint")Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels