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
theme(plot.margin = margin(t = 2, l = 3, r = 2, b = 2, "cm")) has no impact when I am using scale_y_break.
ggplot(mtcars, aes(x=cyl, y=mpg)) +
geom_boxplot(fill="slateblue", alpha=0.2) +
xlab("cyl")+
scale_y_break(15,20)+
theme(plot.margin = margin(t = 2, l = 3, r = 2, b = 2, "cm"))
please help with it.
The text was updated successfully, but these errors were encountered:
theme(plot.margin = margin(t = 2, l = 3, r = 2, b = 2, "cm")) has no impact when I am using scale_y_break.
ggplot(mtcars, aes(x=cyl, y=mpg)) +
geom_boxplot(fill="slateblue", alpha=0.2) +
xlab("cyl")+
scale_y_break(15,20)+
theme(plot.margin = margin(t = 2, l = 3, r = 2, b = 2, "cm"))
please help with it.
The text was updated successfully, but these errors were encountered: