Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 321689a

Browse filesBrowse files
committed
Add seaborn stylesheet; addresses #4566
1 parent 326ccd6 commit 321689a
Copy full SHA for 321689a

File tree

Expand file treeCollapse file tree

1 file changed

+55
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+55
-0
lines changed
+55Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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
24+
# .15 = dark_gray
25+
# .8 = light_gray
26+
figure.facecolor: white
27+
text.color: .15
28+
axes.labelcolor: .15
29+
legend.frameon: False
30+
legend.numpoints: 1
31+
legend.scatterpoints: 1
32+
xtick.direction: out
33+
ytick.direction: out
34+
xtick.color: .15
35+
ytick.color: .15
36+
axes.axisbelow: True
37+
image.cmap: Greys
38+
font.family: sans-serif
39+
font.sans-serif: Arial, Liberation Sans, Bitstream Vera Sans, sans-serif
40+
grid.linestyle: -
41+
lines.solid_capstyle: round
42+
43+
# darkgrid parameters
44+
axes.grid: True
45+
axes.facecolor: EAEAF2
46+
axes.edgecolor: white
47+
axes.linewidth: 0
48+
grid.color: white
49+
xtick.major.size: 0
50+
ytick.major.size: 0
51+
xtick.minor.size: 0
52+
ytick.minor.size: 0
53+
54+
# deep palette
55+
axes.color_cycle: 4C72B0, 55A868, C44E52, 8172B2, CCB974, 64B5CD

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.