William Gearty

Results 194 comments of William Gearty

I think the latter? I want every strip that has the exact text "Mesozoic" to have the fill color "purple", for example.

@teunbrand any thoughts? Or should I just go ahead and make my own facet_wrap/facet_grid subclasses?

I took a stab at this with https://github.com/willgearty/deeptime/commit/3223f37e0d3e7fd64579e8ceddf17d084a7ea819 @teunbrand. I made it flexible enough to handle all sorts of kinds of color specifications, but let me know if you have...

@LewisAJones take a look at this in the development version of deeptime!

On the one hand, at least their relative positions to one another are the same for top/bottom and for left/right, so maybe this is fine? On the other hand, the...

This could be useful: https://allancameron.github.io/geomtextpath/reference/geom_textpath.html

I think there's an even larger problem here. I've also noticed extra spaces around my last name (on the about page and in the header) and around the individual header...

That PR only address the bibliography, not the nav bar and the about me page.

@pmur002, I'm running into some issues/gripes with `grImport2::grid.picture` as part of this PR. First, it appears that both the `hjust` and `vjust` arguments are completely ignored. I've been able to...

I've added width/height arguments (and deprecated size/ysize arguments), which fixes #103. For many cases, this actually seems to help the justification. For example, specifying `width` instead of `height` while changing...