Skip to content

Instantly share code, notes, and snippets.

@jkrumbiegel
Created April 21, 2021 11:39
Show Gist options
  • Select an option

  • Save jkrumbiegel/cda74f05e4d674ac803e42a0427856cb to your computer and use it in GitHub Desktop.

Select an option

Save jkrumbiegel/cda74f05e4d674ac803e42a0427856cb to your computer and use it in GitHub Desktop.
integer log ticks
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