Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

r/theta theme elements coming in ggplot 3.5.0 #51

Closed
willgearty opened this issue Feb 20, 2024 · 2 comments
Closed

r/theta theme elements coming in ggplot 3.5.0 #51

willgearty opened this issue Feb 20, 2024 · 2 comments
Assignees

Comments

@willgearty
Copy link
Owner

I should replace deeptime's custom elements with the official ones: tidyverse/ggplot2#5680

@willgearty willgearty self-assigned this Feb 20, 2024
@willgearty willgearty added dependency enhancement New feature or request and removed enhancement New feature or request labels Feb 20, 2024
@willgearty
Copy link
Owner Author

Looks like this has broken the rendering of coord_geo_polar():

library(deeptime)
library(ggplot2)
suppressPackageStartupMessages(library(ggtree))
library(paleotree)
#> Loading required package: ape
#> 
#> Attaching package: 'ape'
#> The following object is masked from 'package:ggtree':
#> 
#>     rotate
data(RaiaCopesRule)
ggtree(ceratopsianTreeRaia,
       position = position_nudge(x = -ceratopsianTreeRaia$root.time)) +
    coord_geo_polar(dat = "stages")

Created on 2024-03-01 with reprex v2.1.0

I should probably change the default "start" so that the default theme settings make sense (OR override the default theme settings when deeptime is loaded).

@willgearty
Copy link
Owner Author

Fixed by 67c3c10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant