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
Since ggplot2 3.4.0 the size aesthetic for lines is deprecated and linewidth should be used instead. As size is absolute and linewidth is relative, the 1 to 1 plot comparison tests will most likely fail as it'll be hard to find the exact linewidth equivalent of the current size values.