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

Skip to content

Commit 92b39d5

Browse files
committed
Split Seaborn style sheets into three
1 parent 321689a commit 92b39d5

File tree

3 files changed

+25
-27
lines changed

3 files changed

+25
-27
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,4 @@
1-
# Seaborn base context
2-
figure.figsize: 8.0, 5.5
3-
axes.labelsize: 11
4-
axes.titlesize: 12
5-
xtick.labelsize: 10
6-
ytick.labelsize: 10
7-
legend.fontsize: 10
8-
9-
grid.linewidth: 1
10-
lines.linewidth: 1.75
11-
patch.linewidth: .3
12-
lines.markersize: 7
13-
lines.markeredgewidth: 0
14-
15-
xtick.major.width: 1
16-
ytick.major.width: 1
17-
xtick.minor.width: .5
18-
ytick.minor.width: .5
19-
20-
xtick.major.pad: 7
21-
ytick.major.pad: 7
22-
23-
# Common parameters
1+
# Seaborn common parameters
242
# .15 = dark_gray
253
# .8 = light_gray
264
figure.facecolor: white
@@ -40,7 +18,7 @@ font.sans-serif: Arial, Liberation Sans, Bitstream Vera Sans, sans-serif
4018
grid.linestyle: -
4119
lines.solid_capstyle: round
4220

43-
# darkgrid parameters
21+
# Seaborn darkgrid parameters
4422
axes.grid: True
4523
axes.facecolor: EAEAF2
4624
axes.edgecolor: white
@@ -50,6 +28,3 @@ xtick.major.size: 0
5028
ytick.major.size: 0
5129
xtick.minor.size: 0
5230
ytick.minor.size: 0
53-
54-
# deep palette
55-
axes.color_cycle: 4C72B0, 55A868, C44E52, 8172B2, CCB974, 64B5CD
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Seaborn deep palette
2+
axes.color_cycle: 4C72B0, 55A868, C44E52, 8172B2, CCB974, 64B5CD
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Seaborn notebook context
2+
figure.figsize: 8.0, 5.5
3+
axes.labelsize: 11
4+
axes.titlesize: 12
5+
xtick.labelsize: 10
6+
ytick.labelsize: 10
7+
legend.fontsize: 10
8+
9+
grid.linewidth: 1
10+
lines.linewidth: 1.75
11+
patch.linewidth: .3
12+
lines.markersize: 7
13+
lines.markeredgewidth: 0
14+
15+
xtick.major.width: 1
16+
ytick.major.width: 1
17+
xtick.minor.width: .5
18+
ytick.minor.width: .5
19+
20+
xtick.major.pad: 7
21+
ytick.major.pad: 7

0 commit comments

Comments
 (0)