You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically I think this is due to changes in ggplot2 in how missing data points contribute to guides, rather than an issue in patchwork, but I may be mistaken
The issue was cross-posted here and as the comments by @teunbrand make clear is due to the recent change in ggplot2 which now requires to set show.legend=TRUE in the geom to display a legend key for missing categories and hence requires a fix on side of numbat.
With ggplot2 v3.4.1, the guides are collected normally:
With ggplot2 v3.5.0, guides are not combined correctly and some are missing:
SessionInfo:
The text was updated successfully, but these errors were encountered: