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 am aware, thank you. Something goes irrecoverably bad in PDF when I use plotmath in the label for geom_text(). This is not happening in annotate(). I would like annotate() to work as advertised.
It also doesn't pass any stat to layer() either. The position and stat of the layer are hardcoded to be the identity position/stat. I think there are three options:
Improve documentation of the ... to explicitly state what can and cannot be passed to layer this way (WIP).
Throw an error when stat or position are passed to annotate().
Allow position and stat in annotate(). I tried searching the history of annotate() for a reason why positions and stats aren't allowed, but came up empty.
The argument
position
is not passed through ellipsis to thelayer()
command fromannotate()
The text was updated successfully, but these errors were encountered: