-
Notifications
You must be signed in to change notification settings - Fork 4
/
makieTheme6.jl
33 lines (33 loc) · 894 Bytes
/
makieTheme6.jl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
set_theme!(
rowgap = 5,
colgap = 5,
fontsize = 14, font =:sans,
Axis = (
xgridcolor = "#eee4da",
ygridcolor = "#eee4da",
backgroundcolor = :white,
xgridstyle=:dash,
ygridstyle=:dash,
xgridwidth=1,
ygridwidth=1,
xtickalign=1,
ytickalign=1, #xtickcolor = :red, ytickcolor = :white,
rightspinevisible = false,
topspinevisible = false,
xgridvisible = true,
ygridvisible = true),
Colorbar = (
topspinevisible = false,
rightspinevisible = false,
bottomspinevisible = false,
leftspinevisible = false,
width = 12,
height = Relative(1),
tickalign = 1,
labelpadding = -5),
Legend = (
labelsize = 14,
linewidth = 2,
margin = (10, 10, 10, 10),
framevisible = true)
)