Created
May 20, 2020 06:12
-
-
Save jkrumbiegel/f7e4b19008c5479234486141db65f6c7 to your computer and use it in GitHub Desktop.
makielayout vector theme
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
set_theme!( | |
font = "SF Display Compact Pro Light", | |
fontsize = 10, | |
rowgap = 12, | |
colgap = 12, | |
LAxis = ( | |
xticksize = 3, | |
yticksize = 3, | |
xlabelpadding = 3, | |
ylabelpadding = 3, | |
titlegap = 5, | |
titlesize = 11, | |
titlefont = "SF Compact Display Pro", | |
xgridwidth = 0.75, | |
ygridwidth = 0.75, | |
xticklabelpad = 3, | |
yticklabelpad = 3, | |
), | |
LColorbar = ( | |
labelpadding = 3, | |
width = 12, | |
ticksize = 3, | |
ticklabelpad = 3, | |
), | |
LLegend = ( | |
titlegap = 5, | |
patchlabelgap = 3, | |
colgap = 10, | |
patchsize = (10, 10), | |
padding = (5, 5, 5, 5), | |
rowgap = 2, | |
groupgap = 8, | |
linewidth = 1, | |
gridshalign = :left, | |
titlehalign = :left, | |
titlefont = "SF Compact Display Pro" | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment