David Hodge
davidhodge931.bsky.social
David Hodge
@davidhodge931.bsky.social
Great idea, and totally needed! Would prefer filter_keep/filter_drop naming, and deprecate filter. In my head, that is much clearer
November 9, 2025 at 8:49 PM
Use ggh4x::save_plot to save it instead of the hacky code there
November 9, 2025 at 8:58 AM
I just don't really have an easy way of testing if they are working. I found this site which enabled me to test for 5 modes. I got significantly different for Overlay, which made me wonder if the others had errors in too colorblendy.com
ColorBlendy - Blend colors with different modes like multiply, overlay, dodge.
Ever fire up Photoshop just to multiply a couple of colors? No more.
colorblendy.com
October 31, 2025 at 12:52 AM
I did this using AI. For multiply/screen, it's definitely correct.. For the others, I'm less sure.. Wondering if I should release it as a standalone package, or chuck it in with the rest of my viz utils functions..
October 28, 2025 at 6:39 PM
Close, but slightly different. After the blend mode algorithms that are used in photoshop etc
ColorBlendy - Blend colors with different modes like multiply, overlay, dodge.
Ever fire up Photoshop just to multiply a couple of colors? No more.
colorblendy.com
October 27, 2025 at 10:22 PM
Good idea, can't see anything there..
October 27, 2025 at 7:57 PM
Two of the best tbh
October 24, 2025 at 2:06 AM
Very strange flower. Nothing else like it in nz
September 28, 2025 at 3:08 AM
Rewarewa
September 28, 2025 at 3:05 AM
I'm for trailing commas
September 25, 2025 at 8:43 AM
I never write informative git messages or chunk commits in a logical way. Git add . Git commit -m "Update" git push
September 25, 2025 at 2:45 AM
save_plot in DEV version of {ggh4x} by @teunbrand.bsky.social saves a plot with set panel dimensions very nicely. Apparently, it won't work 100% of the time. Hence it being in {ggh4x}, rather than {ggplot2} teunbrand.github.io/ggh4x/refere...
Save a ggplot — save_plot
This is a wrapper for ggsave() that attempts to make a reasonable guess at the plot size, particularly if they have been set in the theme(panel.widths, panel.heights) settings or when the force_panels...
teunbrand.github.io
September 23, 2025 at 3:10 AM
Same here..
September 17, 2025 at 3:55 AM
Yeah, will release something prob in the next month or so. The main idea was to create functions to annotate components of the theme, but I also expanded on that. Claude helped me a lot
September 10, 2025 at 10:15 AM
Really didn't like ~.x. I actually don't like all use of dot prefixes. i.e. .data, .col etc. It looks messy and inconsistent, and it's impossible to remember what is dot prefixed and what is not. I'm sure there are reasons for doing this. But I wonder if it is worth it
September 10, 2025 at 12:55 AM