Claus Wilke
Claus Wilke
Sorry, not high on my priority list. It's something that could be done in principle but it's unlikely that I personally would tackle it in the foreseeable future. If you're...
I spent a bit of time looking at the underlying code today. The marching squares algorithm creates line segments that are locally clockwise and then merges them together, potentially reversing...
@teunbrand Deleted a comment that I wrote because I think I'm not fully caught up to all the features you have already implemented. :-) Either way, my point was that...
I would say if the new system that pulls defaults from the theme hasn't even been released yet in an official CRAN release then don't deprecate the old version yet....
To be more precise, I think what you're requesting is that `geom_abline()` is clipped to the plot panel in both the x and the y directions. I think this is...
I've noticed an issue that I believe is related: When you interactively resize the plot window containing a grob that is slow to make its content, sometimes the final render...
I think the key issue to consider is that `default_aes` serves two different purposes: 1. To actually set the default value of an aes. 2. To alert the layer that...
> We have `non_missing_aes` for the second case already I don't think that's true. As far as I can tell, `non_missing_aes` is only used for removing `NA`s. Geoms have `default_aes`,...
@teunbrand I'm not sure I've followed all the recent changes. Is there something ggtext should do that it hasn't done yet?
Sounds good, thanks. It looks to me like a sufficiently big regression that paying the price of increasing the minimum ggplot2 version is probably warranted. People can always install an...