-
Notifications
You must be signed in to change notification settings - Fork 633
Issues with next version of ggplot2 #2193
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
Comments
cpsievert
added a commit
that referenced
this issue
Nov 1, 2022
cpsievert
added a commit
that referenced
this issue
Nov 2, 2022
cpsievert
added a commit
that referenced
this issue
Nov 2, 2022
cpsievert
added a commit
that referenced
this issue
Nov 2, 2022
cpsievert
added a commit
that referenced
this issue
Nov 4, 2022
* Close #2193: Accomodate breaking changes in ggplot2 3.4.0 * Line-based theme elements now also use linewidth over size * Support GeomBoxplot linewidth as well * Support GeomPolygon linewidth as well * Support GeomBar linewidth as well * Handle more linewidth theme changes * Use both linewidth and size for sf * geom_area() now has a different default for stat * Approve differences due to changes in legend order * Convert borderwidth correctly on colorbar * Refactor/consolidate core logic * Approve new sf baseline * Fix sf issue * Approve new sf baseline * break_positions() no longer contains post-transformed values tidyverse/ggplot2#5029 * Add comment; prefer dimension() of the scale over .range
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
We preparing the next release of ggplot2 and our reverse dependency checks show that your package is failing with the new version. Looking into it we see that the issues are due to our switch to using the
linewidth
aesthetic for stroke width instead ofsize
. Please see https://www.tidyverse.org/blog/2022/08/ggplot2-3-4-0-size-to-linewidth/ for more info on this.You can install the release candidate of ggplot2 using
devtools::install_github('tidyverse/[email protected]')
to test this out.We plan to submit ggplot2 by the end of October and hope you can have a fix ready before then
Kind regards
Thomas
The text was updated successfully, but these errors were encountered: