log_breaks | R Documentation |
This is needed when the logarithmic y-axis spans less than one order of magnitude, in which case the ggplot2 default produces no ticks.
log_breaks(n = 6)
n |
Approximate number of ticks |
Thanks to Heather Turner at https://stackoverflow.com/questions/14255533/pretty-ticks-for-log-normal-scale-using-ggplot2-dynamic-not-manual
A function that can be used as the break argument in calls to scale_y_continuous() or scale_x_continuous()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.