-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.toml
More file actions
89 lines (86 loc) · 1.39 KB
/
Copy pathconfig.example.toml
File metadata and controls
89 lines (86 loc) · 1.39 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[mattplotlib]
# Override the default font, colour palette, or backend templates.
font_family = "Andale Mono"
color_cycle = [
"#1B9E77",
"#D95F02",
"#7570B3",
"#E7298A",
"#66A61E",
"#E6AB02",
"#A90E0E",
"#559EE6",
"#6D4444",
"#9A9A9A",
]
plotly_template = "plotly_white"
# Point to a custom Matplotlib .mplstyle file if you maintain one elsewhere.
# matplotlib_style = "/absolute/path/to/your/style.mplstyle"
# Additional named colour palettes for reuse (dark → light)
[mattplotlib.palettes]
blues = [
"#0f3d73",
"#165b92",
"#1e78b1",
"#3d90c4",
"#63a9d5",
"#8cc1e3",
"#b4d7ee",
"#caeaf9",
"#d9ebf6",
]
reds = [
"#7d121b",
"#a01923",
"#c4252f",
"#e02b35",
"#e8575e",
"#f08086",
"#f6a8ad",
"#ebbbbe",
"#fbcdd0",
]
golds = [
"#6f4b00",
"#916103",
"#b27607",
"#d38d0f",
"#e7a53b",
"#f0c571",
"#f5d292",
"#f8dfb0",
"#fbe9cc",
]
teals = [
"#0d585c",
"#0f716f",
"#118a82",
"#139f94",
"#32b2a5",
"#58c3b7",
"#83d3c9",
"#afe3db",
"#d9f2ed",
]
purples = [
"#502a57",
"#633369",
"#763d7c",
"#8a478f",
"#9d52a1",
"#af68b0",
"#c186c1",
"#d3a4d3",
"#e6c3e6",
]
greys = [
"#2b2e31",
"#3f454b",
"#596269",
"#778086",
"#98a4aa",
"#b8c2c7",
"#d0d8dc",
"#e3eaeb",
"#eff5f6",
]