tjebo

Results 10 issues of tjebo

[This Stackoverflow post](https://stackoverflow.com/questions/66939718/unwanted-separation-marks-lines-between-assembled-ggplots-using-patchwork/66944881#66944881) pointed towards the following behaviour: When specifying plot heights, there is a small gap visible between the plots. This disappears when passing theme globally. It seems also...

When using theme_void, guides = "collect" seems to stop working. Maybe theme_void is overwriting themes set by guides = "collect"? Also, global setting such as `& theme(legend.justification = "...")` seems...

background - stackoverflow https://stackoverflow.com/questions/67089930/not-getting-the-desired-title-in-gganimate-animated-labels-with-expression The below is the original plot posted by the OP. No matter what combination I tried with `paste`, `expression`, `parse`, `substitute`, inside or outside of `{...}`...

This behaviour is not really clear from the documentation. It would help to have this information added. (or change the underlying Stat to first arrange by x value.) Example (partly...

Hi Teun, I wondered if this is something you'd be interested in: https://stackoverflow.com/questions/67644237/alternating-color-of-individual-dashes-in-a-geom-line I've packaged this in my own little not so safe ggtrail, but I thought maybe you'd like...

These are basically two feature request, but on the same argument in `kable`. 1 - I would find it neat if the argument would take named vectors, in order to...

this would allow an easy use with piping. I understand this might have some unexpected side effects if downstream functions are called by position, and might break code from users,...

the `ggimage::list.icon` function uses a helper function which looks for png files. This is really not useful, as the icons are svg files. Below a suggestion for a modification -...

Really nice package. Thanks. the rainbow palette is suboptimal for continuous color scales. (see for example https://clauswilke.com/dataviz/color-pitfalls.html#fig:rainbow-desaturated) I think it would be nice to not encourage people to use this...

Allan, first of all, you know that I am a big fan of this package. Incredible feat! I just tried to create a slope graph with it (I wanted to...