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
Is your feature request related to a problem? Please describe.
I'm generating gifs of plots, not just PNG/SVG. I'd like to see them in the same way that still plots show up.
I'm using gifski renderer. When I run this code, I get what looks like viewer trying to view a binary file:
I can see that the gif was successfully rendered into the R temporary directory and if I select it, the animation does show up correctly in VSCode.
I've tried using httpdg plot viewer and httpdg web page. httpdg supports gif, and many other formats in addition to png and svg, so not sure where the limitation is coming from.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm generating gifs of plots, not just PNG/SVG. I'd like to see them in the same way that still plots show up.
Additional context
Example code:
I'm using
gifski
renderer. When I run this code, I get what looks like viewer trying to view a binary file:I can see that the gif was successfully rendered into the R temporary directory and if I select it, the animation does show up correctly in VSCode.
I've tried using httpdg plot viewer and httpdg web page. httpdg supports gif, and many other formats in addition to png and svg, so not sure where the limitation is coming from.
The text was updated successfully, but these errors were encountered: