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
Create an animation with an impacted text string as the label, for example 0 pi.
Expected behavior
This labels shows up both in main plots and transitional frames.
Actual behavior
Either the plot totally fails to render, with the error Error: The labelcolumn differs in type between the two inputs or transitional frames are labeled with #FFFFFF00.
Issue trigger
Create an animation with an impacted text string as the label, for example
0 pi
.Expected behavior
This labels shows up both in main plots and transitional frames.
Actual behavior
Either the plot totally fails to render, with the error
Error: The labelcolumn differs in type between the two inputs
or transitional frames are labeled with#FFFFFF00
.MRE
Results in:
Errors out with
Likely from here: https://github.com/thomasp85/tweenr/blob/main/R/tween_state.R#L157
Exploring a little, the mis-match types are
colour
vscharacter
, but not sure how this came to be.The text was updated successfully, but these errors were encountered: