deeptime
deeptime copied to clipboard
Plotting Tools for Anyone Working in Deep Time
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...
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...
I feel like this shouldn't be too difficult. Just need a way to pass a list of theme elements to `theme()`.
@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...
Is it possible to neatly add labels as part of `coord_geo_polar`? Or should that be left to the user?
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...
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) #>...
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:  I should make a version of `facet_grid_color()` that extends [`ggh4x::facet_nested()`](https://teunbrand.github.io/ggh4x/reference/facet_nested.html).