-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.json
60 lines (60 loc) · 2.16 KB
/
styles.json
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
{
"default": {},
"Solarize_Light2": {},
"bmh": {},
"classic": {},
"dark_background": {},
"fast": {},
"fivethirtyeight": {},
"ggplot": {},
"grayscale": {},
"seaborn": {},
"seaborn-bright": {},
"seaborn-colorblind": {},
"seaborn-dark": {},
"seaborn-dark-palette": {},
"seaborn-darkgrid": {},
"seaborn-deep": {},
"seaborn-muted": {},
"seaborn-notebook": {},
"seaborn-paper": {},
"seaborn-pastel": {},
"seaborn-poster": {},
"seaborn-talk": {},
"seaborn-ticks": {},
"seaborn-white": {},
"seaborn-whitegrid": {},
"tableau-colorblind10": {},
"Pacoty": {
"style_argument": "https://raw.githubusercontent.com/dhaitz/matplotlib-stylesheets/master/pacoty.mplstyle",
"info_url": "https://github.com/dhaitz/matplotlib-stylesheets"
},
"PitayaSmoothie-dark": {
"style_argument": "https://raw.githubusercontent.com/dhaitz/matplotlib-stylesheets/master/pitayasmoothie-dark.mplstyle",
"info_url": "https://github.com/dhaitz/matplotlib-stylesheets"
},
"PitayaSmoothie-light": {
"style_argument": "https://raw.githubusercontent.com/dhaitz/matplotlib-stylesheets/master/pitayasmoothie-light.mplstyle",
"info_url": "https://github.com/dhaitz/matplotlib-stylesheets"
},
"GrandBudapest": {
"style_argument": "https://raw.githubusercontent.com/cako/mpl_grandbudapest/master/grandbudapest.mplstyle",
"info_url": "https://github.com/cako/mpl_grandbudapest"
},
"QuantumBlack-light": {
"style_argument": "https://raw.githubusercontent.com/quantumblacklabs/qbstyles/master/qbstyles/styles/qb-light.mplstyle",
"info_url": "https://github.com/quantumblacklabs/qbstyles"
},
"QuantumBlack-dark": {
"style_argument": "https://raw.githubusercontent.com/quantumblacklabs/qbstyles/master/qbstyles/styles/qb-dark.mplstyle",
"info_url": "https://github.com/quantumblacklabs/qbstyles"
},
"QuantumBlack-common": {
"style_argument": "https://raw.githubusercontent.com/quantumblacklabs/qbstyles/master/qbstyles/styles/qb-common.mplstyle",
"info_url": "https://github.com/quantumblacklabs/qbstyles"
},
"mplcyberpunk": {
"style_argument": "cyberpunk",
"info_url": "https://github.com/dhaitz/mplcyberpunk"
}
}