Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dfcca21

Browse files
committed
ENH: add unified seaborn style sheet
closes #6452
1 parent 8e57552 commit dfcca21

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# default seaborn aesthetic
2+
# darkgrid + deep palette + notebook context
3+
4+
axes.axisbelow: True
5+
axes.edgecolor: white
6+
axes.facecolor: EAEAF2
7+
axes.grid: True
8+
axes.labelcolor: .15
9+
axes.labelsize: 11
10+
axes.linewidth: 0
11+
axes.prop_cycle: cycler('color', ['4C72B0', '55A868', 'C44E52', '8172B2', 'CCB974', '64B5CD'])
12+
axes.titlesize: 12
13+
14+
figure.facecolor: white
15+
figure.figsize: 8.0, 5.5
16+
17+
font.family: sans-serif
18+
font.sans-serif: Arial, Liberation Sans, DejaVu Sans, Bitstream Vera Sans, sans-serif
19+
20+
grid.color: white
21+
grid.linestyle: -
22+
grid.linewidth: 1
23+
24+
image.cmap: Greys
25+
26+
legend.fontsize: 10
27+
legend.frameon: False
28+
legend.numpoints: 1
29+
legend.scatterpoints: 1
30+
31+
lines.linewidth: 1.75
32+
lines.markeredgewidth: 0
33+
lines.markersize: 7
34+
lines.solid_capstyle: round
35+
36+
patch.facecolor: 4C72B0
37+
patch.linewidth: .3
38+
39+
text.color: .15
40+
41+
xtick.color: .15
42+
xtick.direction: out
43+
xtick.labelsize: 10
44+
xtick.major.pad: 7
45+
xtick.major.size: 0
46+
xtick.major.width: 1
47+
xtick.minor.size: 0
48+
xtick.minor.width: .5
49+
50+
ytick.color: .15
51+
ytick.direction: out
52+
ytick.labelsize: 10
53+
ytick.major.pad: 7
54+
ytick.major.size: 0
55+
ytick.major.width: 1
56+
ytick.minor.size: 0
57+
ytick.minor.width: .5

0 commit comments

Comments
 (0)