Closed zackarno closed 1 year ago
I have created a slightly narrower reprex and created an issue on the gganimate page. The plot is still generated, so I don't think is a problem at the moment. Either way, the issue lies somewhere with how showtext
and gganimate
work on the backend, so nothing clear that I can do.
However, this problem does not exist when I have Source Sans Pro installed directly on my machine. I will add that as a recommendation to the main page, and try and tackle the other issues of missing font warnings with something more informative.
I have created a slightly narrower reprex and created an issue on the https://github.com/thomasp85/gganimate/issues/482.
:fire: i'll keep an eye on that!
The plot is still generated, so I don't think is a problem at the moment
For me the plot with the fill
argument utilized is not generated, just the second one (without fill
) is? same with you?
Check out the reprex below. I had issues with a similar error before with standard
{ggplot2}
when I didn't properly make the{sysfonts]
/{showtext}
calls:Now that I know about the
gghdx()
function, i think the above are unnecessary, but am still getting these errors when trying to use with{gganimate]
. When using thefill
argument, the plot does not get generated. Without thefill
argument a plot is generated, but still lots of warningsIf i do it without the
fill
argument, the graph does still plot, but we get a similar warningCreated on 2023-05-29 with reprex v2.0.2