ggplot2::ggplot(mtcars) +
ggplot2::aes(wt, mpg) +
ggplot2::geom_point() +
ggplot2::scale_y_log10(breaks = logrange_5)
ggplot2::ggplot(mtcars) +
ggplot2::aes(wt, mpg) +
ggplot2::geom_point() +
ggplot2::scale_y_log10(breaks = logrange_123456789)
Run the code above in your browser using DataLab