Cédric Scherer

Results 28 comments of Cédric Scherer

I just saw there is a `background` argument in `gg_playback()`. However, backgrounds are always black for me anyway. IMO would be better to set it for the saved plots themselves....

Btw, I was able to create a gif without a plot or panel background again (different Win machine, same camcorder version). ![diamonds](https://user-images.githubusercontent.com/7523556/186136999-440c869f-ce58-4347-8216-fe24fb980476.gif)

Sorry to bother you with that, just found the solution a second later via `update_geom_defaults("point", list(colour = "black"))`. However, I still think this should be the default behavior of hrbrthemes,...

Yes. Are you also on a Windows machine?

Is this fixed by now? Never noticed anything wrong but from now on I will be much more careful. Would be good to know if one can simpy rely on...

Thanks for your notes on the WIP version. Actually, how to use non-default fonts when rendering notebooks is not related to gggplot2 *per se* but I can see why it...

Alles klar - letztes Mal hieß es noch das Package wird fallen gelassen, da steck ich doch keine Zeit rein dann :D

Noice! Don't like the red boxes around the legend keys but that can be fixed.

Yes, usually by default. If not, `guide_colorbar()` didn't help?

`guide_legend()` draws a categorical legend, that#s what Hadley considers a "true legend" it seems. I'm busy this week but will come back to it. But looks nice already, maybe I'd...