Created
April 21, 2021 11:39
-
-
Save jkrumbiegel/cda74f05e4d674ac803e42a0427856cb to your computer and use it in GitHub Desktop.
integer log ticks
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
| struct IntegerTicks end | |
| MakieLayout.get_tickvalues(::IntegerTicks, vmin, vmax) = ceil(Int, vmin) : floor(Int, vmax) | |
| lines(0.01:0.001:0.99, axis = (yscale = log10, yticks = LogTicks(IntegerTicks()))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment