-
Notifications
You must be signed in to change notification settings - Fork 18
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
Update geoms to handle upcoming {ggplot2} linewidth/size changes #82
Comments
I'm not observing that a "reference to 'linewidth' while falling back to 'size' (so that your code works prior to the next release of ggplot2)" e.g. However if we get our code to work with the development version of ggplot2 we could simply bump our version requirement for |
Next version of Not clear to if this will be a breaking change for geoms that now use both |
* In line with upstream changes in `{ggplot2}` a `linewidth` aesthetic has been introduced and supersedes the `size` aesthetic for scaling the width of patterned area border lines (#82). `size` will remain functioning but deprecated for these geoms and it is recommended to update all code to reflect the new aesthetic. Continue to use the `size` aesthetic to adjust the size of any *points* in `geom_sf_pattern()` (and any other geoms which also have points). closes #82
* In line with upstream changes in `{ggplot2}` a `linewidth` aesthetic has been introduced and supersedes the `size` aesthetic for scaling the width of patterned area border lines (#82). `size` will remain functioning but deprecated for these geoms and it is recommended to update all code to reflect the new aesthetic. Continue to use the `size` aesthetic to adjust the size of any *points* in `geom_sf_pattern()` (and any other geoms which also have points). closes #82
* In line with upstream changes in `{ggplot2}` a `linewidth` aesthetic has been introduced and supersedes the `size` aesthetic for scaling the width of patterned area border lines (#82). `size` will remain functioning but deprecated for these geoms and it is recommended to update all code to reflect the new aesthetic. Continue to use the `size` aesthetic to adjust the size of any *points* in `geom_sf_pattern()` (and any other geoms which also have points). closes #82
* In line with upstream changes in `{ggplot2}` a `linewidth` aesthetic has been introduced and supersedes the `size` aesthetic for scaling the width of patterned area border lines (#82). `size` will remain functioning but deprecated for these geoms and it is recommended to update all code to reflect the new aesthetic. Continue to use the `size` aesthetic to adjust the size of any *points* in `geom_sf_pattern()` (and any other geoms which also have points). closes #82
* In line with upstream changes in `{ggplot2}` a `linewidth` aesthetic has been introduced and supersedes the `size` aesthetic for scaling the width of patterned area border lines (#82). `size` will remain functioning but deprecated for these geoms and it is recommended to update all code to reflect the new aesthetic. Continue to use the `size` aesthetic to adjust the size of any *points* in `geom_sf_pattern()` (and any other geoms which also have points). closes #82
According to a twitter thread from Thomas Lin Pedersen:
The text was updated successfully, but these errors were encountered: