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 break points where grid lines are drawn are not the same in the two panels of a plot with scale_x_break() and there is no way to set breaks manually because scale_x_break() doesn't pass arguments to scale_continuous and the breaks argument conflicts. Would something like scale_x_break(split = c(40, 80), breaks = list(c(10, 20, 30, 40), c(80, 90, 100))) maybe be possible? Or could the default behavior of scale = "fixed" to make sure the breakpoints are similarly spaced in all panels?
The text was updated successfully, but these errors were encountered:
The break points where grid lines are drawn are not the same in the two panels of a plot with
scale_x_break()
and there is no way to set breaks manually becausescale_x_break()
doesn't pass arguments to scale_continuous and thebreaks
argument conflicts. Would something likescale_x_break(split = c(40, 80), breaks = list(c(10, 20, 30, 40), c(80, 90, 100)))
maybe be possible? Or could the default behavior ofscale = "fixed"
to make sure the breakpoints are similarly spaced in all panels?The text was updated successfully, but these errors were encountered: