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
The panel design for urbnthemes differs from most ggplot2 themes. This means there is typically a vertical gap between the bottom of the panel and the bottom horizontal grid line. The introduction of expand_scale() simplifies calculating the range of axes and I typically do something like this:
The panel design for urbnthemes differs from most ggplot2 themes. This means there is typically a vertical gap between the bottom of the panel and the bottom horizontal grid line. The introduction of
expand_scale()
simplifies calculating the range of axes and I typically do something like this:Should I set
expand = expand_scale(mult = c(0.002, 0))
as the default forscale_x_continuous()
andscale_y_continuous()
?The text was updated successfully, but these errors were encountered: