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
geom_dumbbell seems not to be upgraded to ggplot2 3.4.0 yet.
When I use geom_dumbbell with the size parameter to set the linewidth, the resulting diagram is rendered correctly, but I get a warning message. If I change the size parameter to linewidth, the parameter seems to be ignored (diagram is rendered with the default linewidth).
I tried both ggalt 0.4.0 and the current dev version.
Using the `size` aesthietic with geom_segment was deprecated in ggplot2 3.4.0.
ℹ Please use the `linewidth` aesthetic instead.
The text was updated successfully, but these errors were encountered:
geom_dumbbell seems not to be upgraded to ggplot2 3.4.0 yet.
When I use geom_dumbbell with the size parameter to set the linewidth, the resulting diagram is rendered correctly, but I get a warning message. If I change the size parameter to linewidth, the parameter seems to be ignored (diagram is rendered with the default linewidth).
I tried both ggalt 0.4.0 and the current dev version.
The text was updated successfully, but these errors were encountered: