Ellis Hughes

Results 41 comments of Ellis Hughes

Out of curiosity, would it be "better" to directly construct a grob rather than round about generating an html->png->raster?

I poked a bit at using grobs and gtable(which supports gridExtra::tableGrob), and overall it wasn't too difficult. I am still reading and learning how gtable works, but since ggplot2 is...

Open a branch with the code!

For sure, {flipbook} has found a following and is a super cool project and we don't want to just re-implement their work. we could maybe reach out and see about...

@gkaramanis could you maybe link to the code? One thought I have right now is make use of trelliscope where the code and plot could be viewed side by side,...

Hmmm, that's so weird. We could add that option to gg_record if it isn't there, I think we do set background for the saving of the gif

Related also to this issue in patchwork: #thomasp85/patchwork/issues/203 @thomasp85 - I do have some questions about how we could get it to potentially do add information to allow the table...

Realized there is no documentation. The new function is 'as_grob', call it on a gt table and it will be converted. Still some to-dos exist, like making footnotes and supporting...

Good to hear that it this could be helpful for you, @thomasp85. Yeah, any help is appreciated, my experience with grid is pretty limited, so I did a lot of...