Created
July 31, 2024 21:19
-
-
Save soh-i/ab5c9107dbac4e2c618bce18f6ee9f51 to your computer and use it in GitHub Desktop.
ggplot with lockticks (version 3.5.1)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
scale_y_log10( | |
guide = guide_axis_logticks(long = 1.5, mid = 1.0, short = 0.5), | |
breaks = c(0.001, 0.01, 0.1, 1.00), limits = c(0.001, 1), expand = c(0, 0) | |
) + | |
scale_x_log10( | |
guide = guide_axis_logticks(long = 1.5, mid = 1.0, short = 0.5), | |
breaks = c(0.001, 0.01, 0.1, 1.00), limits = c(0.001, 1), expand = c(0, 0) | |
) + | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's a much better interface than we previously used
annotation_logticks
https://ggplot2.tidyverse.org/reference/guide_axis_logticks.html