powered by
scale_x_tufte(breaks = scales_extended_range_breaks(expand), ..., expand = c(0.04, 0))scale_y_tufte(breaks = scales_extended_range_breaks(expand), ..., expand = c(0.04, 0))
scale_y_tufte(breaks = scales_extended_range_breaks(expand), ..., expand = c(0.04, 0))
scale_x_continuous
continuous_scale
(ggplot(mtcars, aes(x = wt + runif(1), y = mpg)) + geom_point() + geom_rangeframe() + theme_tufte() + scale_x_tufte() + scale_y_tufte() )
Run the code above in your browser using DataLab