deeptime icon indicating copy to clipboard operation
deeptime copied to clipboard

Plotting Tools for Anyone Working in Deep Time

Results 20 deeptime issues
Sort by recently updated
recently updated
newest added

Hello, first of all thank you very much for the development of this package, it will be useful for many people. I just have some questions about the tutorial: ```...

It would be interesting to have a version of `coord_geo()` that extends the functionality of `coord_polar()` ([source here](https://github.com/tidyverse/ggplot2/blob/master/R/coord-polar.r)) for circular plots. I imagine this would be almost exclusively used for...

enhancement

Hi Will, I use your `gggeo_scale_old()` function a lot to build time tables of fossil occurrences - and I absolutely love it! I have a suggestion, which I think could...

enhancement
wontfix

I feel like this shouldn't be too difficult. Just need a way to pass a list of theme elements to `theme()`.

enhancement

@LewisAJones suggests that I implement a way to have the background colors of facet strips based on the colors from the GTS. I have code to do this with gtable...

enhancement

Is it possible to neatly add labels as part of `coord_geo_polar`? Or should that be left to the user?

enhancement

No one has complained about this (yet), but it looks like the behavior of the `pos` argument is different for whichever side you are specifying. For example, for the bottom...

bug

The pre-Phanerozoic colour codes were previously a series of pinks that did not correspond to the geologic timescale. I have here updated all instances I could find to match international...

Recent changes in ggplot2 (presumably part of v. 3.5.0) have caused the axis lines (primary and secondary) of [`coord_trans_xy()`](https://williamgearty.com/deeptime/reference/coord_trans_xy.html) to be rendered in the wrong positions: ``` r library(ggforce) #>...

help wanted
dependency

I could see [`ggh4x::facet_nested()`](https://teunbrand.github.io/ggh4x/reference/facet_nested.html) being used to show a stacked geological timescale like this: ![image](https://github.com/willgearty/deeptime/assets/7232514/eeac87d2-5b53-439b-b17a-875d6dff55e0) I should make a version of `facet_grid_color()` that extends [`ggh4x::facet_nested()`](https://teunbrand.github.io/ggh4x/reference/facet_nested.html).

enhancement