William Gearty

Results 22 comments of William Gearty

Thanks for reaching out! You can achieve both of these requests with something like the following: ```r periods_cust

Ah, since you are using a facetting approach, we would need to specify the fill values in a different way: ```r p

Thanks for using deeptime, and I'm glad it's been useful! The timescale that deeptime uses is available in the user's environment. It's entirely possible you're already aware and doing something...

I've realized I could override the `render_bg()` function for `coord_geo()` to do something custom here, but I'm not sure what that override would do, since you can already add the...

Oh, maybe we can accept some `theme()` object as a parameter, then just add it to the list of ggplot additions?

Now that `coord_geo` exists, the focus should be on adding custom theme elements like here: https://github.com/const-ae/ggupset/blob/master/R/theme_combmatrix.R

Could also do something using this functionality: https://ggplot2.tidyverse.org/reference/register_theme_elements.html

Ah, that makes sense. The frustrating thing I'm encountering is that the call removes duplicates upon returning the links, and I then can't figure out which link goes with which...

@r-barnes It looks like all the DGGRID issues have been resolved; any chance this will be back on CRAN anytime soon?

Yeah, that's probably what's going on. I see that there's an option to break up the cells using `wrapcells`, but the documentation says that only works for `frame = TRUE`.