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

Skip to content

Commit 94e214c

Browse files
committed
Add remaining seaborn style sheets
1 parent b400edb commit 94e214c

12 files changed

+193
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Seaborn bright palette
2+
axes.color_cycle: 003FFF, 03ED3A, E8000B, 8A2BE2, FFC400, 00D7FF
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Seaborn colorblind palette
2+
axes.color_cycle: 0072B2, 009E73, D55E00, CC79A7, F0E442, 56B4E9
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Seaborn dark palette
2+
axes.color_cycle: 001C7F, 017517, 8C0900, 7600A1, B8860B, 006374
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Seaborn common parameters
2+
# .15 = dark_gray
3+
# .8 = light_gray
4+
figure.facecolor: white
5+
text.color: .15
6+
axes.labelcolor: .15
7+
legend.frameon: False
8+
legend.numpoints: 1
9+
legend.scatterpoints: 1
10+
xtick.direction: out
11+
ytick.direction: out
12+
xtick.color: .15
13+
ytick.color: .15
14+
axes.axisbelow: True
15+
image.cmap: Greys
16+
font.family: sans-serif
17+
font.sans-serif: Arial, Liberation Sans, Bitstream Vera Sans, sans-serif
18+
grid.linestyle: -
19+
lines.solid_capstyle: round
20+
21+
# Seaborn dark parameters
22+
axes.grid: False
23+
axes.facecolor: EAEAF2
24+
axes.edgecolor: white
25+
axes.linewidth: 0
26+
grid.color: white
27+
xtick.major.size: 0
28+
ytick.major.size: 0
29+
xtick.minor.size: 0
30+
ytick.minor.size: 0
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Seaborn muted palette
2+
axes.color_cycle: 4878CF, 6ACC65, D65F5F, B47CC7, C4AD66, 77BEDB
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Seaborn paper context
2+
figure.figsize: 6.4, 4.4
3+
axes.labelsize: 8.8
4+
axes.titlesize: 9.6
5+
xtick.labelsize: 8
6+
ytick.labelsize: 8
7+
legend.fontsize: 8
8+
9+
grid.linewidth: 0.8
10+
lines.linewidth: 1.4
11+
patch.linewidth: 0.24
12+
lines.markersize: 5.6
13+
lines.markeredgewidth: 0
14+
15+
xtick.major.width: 0.8
16+
ytick.major.width: 0.8
17+
xtick.minor.width: 0.4
18+
ytick.minor.width: 0.4
19+
20+
xtick.major.pad: 5.6
21+
ytick.major.pad: 5.6
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Seaborn pastel palette
2+
axes.color_cycle: 92C6FF, 97F0AA, FF9F9A, D0BBFF, FFFEA3, B0E0E6
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Seaborn poster context
2+
figure.figsize: 12.8, 8.8
3+
axes.labelsize: 17.6
4+
axes.titlesize: 19.2
5+
xtick.labelsize: 16
6+
ytick.labelsize: 16
7+
legend.fontsize: 16
8+
9+
grid.linewidth: 1.6
10+
lines.linewidth: 2.8
11+
patch.linewidth: 0.48
12+
lines.markersize: 11.2
13+
lines.markeredgewidth: 0
14+
15+
xtick.major.width: 1.6
16+
ytick.major.width: 1.6
17+
xtick.minor.width: 0.8
18+
ytick.minor.width: 0.8
19+
20+
xtick.major.pad: 11.2
21+
ytick.major.pad: 11.2
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Seaborn talk context
2+
figure.figsize: 10.4, 7.15
3+
axes.labelsize: 14.3
4+
axes.titlesize: 15.6
5+
xtick.labelsize: 13
6+
ytick.labelsize: 13
7+
legend.fontsize: 13
8+
9+
grid.linewidth: 1.3
10+
lines.linewidth: 2.275
11+
patch.linewidth: 0.39
12+
lines.markersize: 9.1
13+
lines.markeredgewidth: 0
14+
15+
xtick.major.width: 1.3
16+
ytick.major.width: 1.3
17+
xtick.minor.width: 0.65
18+
ytick.minor.width: 0.65
19+
20+
xtick.major.pad: 9.1
21+
ytick.major.pad: 9.1
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Seaborn common parameters
2+
# .15 = dark_gray
3+
# .8 = light_gray
4+
figure.facecolor: white
5+
text.color: .15
6+
axes.labelcolor: .15
7+
legend.frameon: False
8+
legend.numpoints: 1
9+
legend.scatterpoints: 1
10+
xtick.direction: out
11+
ytick.direction: out
12+
xtick.color: .15
13+
ytick.color: .15
14+
axes.axisbelow: True
15+
image.cmap: Greys
16+
font.family: sans-serif
17+
font.sans-serif: Arial, Liberation Sans, Bitstream Vera Sans, sans-serif
18+
grid.linestyle: -
19+
lines.solid_capstyle: round
20+
21+
# Seaborn white parameters
22+
axes.grid: False
23+
axes.facecolor: white
24+
axes.edgecolor: .15
25+
axes.linewidth: 1.25
26+
grid.color: .8
27+
xtick.major.size: 6
28+
ytick.major.size: 6
29+
xtick.minor.size: 3
30+
ytick.minor.size: 3
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Seaborn common parameters
2+
# .15 = dark_gray
3+
# .8 = light_gray
4+
figure.facecolor: white
5+
text.color: .15
6+
axes.labelcolor: .15
7+
legend.frameon: False
8+
legend.numpoints: 1
9+
legend.scatterpoints: 1
10+
xtick.direction: out
11+
ytick.direction: out
12+
xtick.color: .15
13+
ytick.color: .15
14+
axes.axisbelow: True
15+
image.cmap: Greys
16+
font.family: sans-serif
17+
font.sans-serif: Arial, Liberation Sans, Bitstream Vera Sans, sans-serif
18+
grid.linestyle: -
19+
lines.solid_capstyle: round
20+
21+
# Seaborn white parameters
22+
axes.grid: False
23+
axes.facecolor: white
24+
axes.edgecolor: .15
25+
axes.linewidth: 1.25
26+
grid.color: .8
27+
xtick.major.size: 0
28+
ytick.major.size: 0
29+
xtick.minor.size: 0
30+
ytick.minor.size: 0
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Seaborn common parameters
2+
# .15 = dark_gray
3+
# .8 = light_gray
4+
figure.facecolor: white
5+
text.color: .15
6+
axes.labelcolor: .15
7+
legend.frameon: False
8+
legend.numpoints: 1
9+
legend.scatterpoints: 1
10+
xtick.direction: out
11+
ytick.direction: out
12+
xtick.color: .15
13+
ytick.color: .15
14+
axes.axisbelow: True
15+
image.cmap: Greys
16+
font.family: sans-serif
17+
font.sans-serif: Arial, Liberation Sans, Bitstream Vera Sans, sans-serif
18+
grid.linestyle: -
19+
lines.solid_capstyle: round
20+
21+
# Seaborn whitegrid parameters
22+
axes.grid: True
23+
axes.facecolor: white
24+
axes.edgecolor: .8
25+
axes.linewidth: 1
26+
grid.color: .8
27+
xtick.major.size: 0
28+
ytick.major.size: 0
29+
xtick.minor.size: 0
30+
ytick.minor.size: 0

0 commit comments

Comments
 (0)