Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add remaining seaborn style sheets #4596

Merged
merged 1 commit into from Jul 7, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/matplotlib/mpl-data/stylelib/seaborn-bright.mplstyle
@@ -0,0 +1,2 @@
# Seaborn bright palette
axes.color_cycle: 003FFF, 03ED3A, E8000B, 8A2BE2, FFC400, 00D7FF
2 changes: 2 additions & 0 deletions lib/matplotlib/mpl-data/stylelib/seaborn-colorblind.mplstyle
@@ -0,0 +1,2 @@
# Seaborn colorblind palette
axes.color_cycle: 0072B2, 009E73, D55E00, CC79A7, F0E442, 56B4E9
@@ -0,0 +1,2 @@
# Seaborn dark palette
axes.color_cycle: 001C7F, 017517, 8C0900, 7600A1, B8860B, 006374
30 changes: 30 additions & 0 deletions lib/matplotlib/mpl-data/stylelib/seaborn-dark.mplstyle
@@ -0,0 +1,30 @@
# Seaborn common parameters
# .15 = dark_gray
# .8 = light_gray
figure.facecolor: white
text.color: .15
axes.labelcolor: .15
legend.frameon: False
legend.numpoints: 1
legend.scatterpoints: 1
xtick.direction: out
ytick.direction: out
xtick.color: .15
ytick.color: .15
axes.axisbelow: True
image.cmap: Greys
font.family: sans-serif
font.sans-serif: Arial, Liberation Sans, Bitstream Vera Sans, sans-serif
grid.linestyle: -
lines.solid_capstyle: round

# Seaborn dark parameters
axes.grid: False
axes.facecolor: EAEAF2
axes.edgecolor: white
axes.linewidth: 0
grid.color: white
xtick.major.size: 0
ytick.major.size: 0
xtick.minor.size: 0
ytick.minor.size: 0
2 changes: 2 additions & 0 deletions lib/matplotlib/mpl-data/stylelib/seaborn-muted.mplstyle
@@ -0,0 +1,2 @@
# Seaborn muted palette
axes.color_cycle: 4878CF, 6ACC65, D65F5F, B47CC7, C4AD66, 77BEDB
21 changes: 21 additions & 0 deletions lib/matplotlib/mpl-data/stylelib/seaborn-paper.mplstyle
@@ -0,0 +1,21 @@
# Seaborn paper context
figure.figsize: 6.4, 4.4
axes.labelsize: 8.8
axes.titlesize: 9.6
xtick.labelsize: 8
ytick.labelsize: 8
legend.fontsize: 8

grid.linewidth: 0.8
lines.linewidth: 1.4
patch.linewidth: 0.24
lines.markersize: 5.6
lines.markeredgewidth: 0

xtick.major.width: 0.8
ytick.major.width: 0.8
xtick.minor.width: 0.4
ytick.minor.width: 0.4

xtick.major.pad: 5.6
ytick.major.pad: 5.6
2 changes: 2 additions & 0 deletions lib/matplotlib/mpl-data/stylelib/seaborn-pastel.mplstyle
@@ -0,0 +1,2 @@
# Seaborn pastel palette
axes.color_cycle: 92C6FF, 97F0AA, FF9F9A, D0BBFF, FFFEA3, B0E0E6
21 changes: 21 additions & 0 deletions lib/matplotlib/mpl-data/stylelib/seaborn-poster.mplstyle
@@ -0,0 +1,21 @@
# Seaborn poster context
figure.figsize: 12.8, 8.8
axes.labelsize: 17.6
axes.titlesize: 19.2
xtick.labelsize: 16
ytick.labelsize: 16
legend.fontsize: 16

grid.linewidth: 1.6
lines.linewidth: 2.8
patch.linewidth: 0.48
lines.markersize: 11.2
lines.markeredgewidth: 0

xtick.major.width: 1.6
ytick.major.width: 1.6
xtick.minor.width: 0.8
ytick.minor.width: 0.8

xtick.major.pad: 11.2
ytick.major.pad: 11.2
21 changes: 21 additions & 0 deletions lib/matplotlib/mpl-data/stylelib/seaborn-talk.mplstyle
@@ -0,0 +1,21 @@
# Seaborn talk context
figure.figsize: 10.4, 7.15
axes.labelsize: 14.3
axes.titlesize: 15.6
xtick.labelsize: 13
ytick.labelsize: 13
legend.fontsize: 13

grid.linewidth: 1.3
lines.linewidth: 2.275
patch.linewidth: 0.39
lines.markersize: 9.1
lines.markeredgewidth: 0

xtick.major.width: 1.3
ytick.major.width: 1.3
xtick.minor.width: 0.65
ytick.minor.width: 0.65

xtick.major.pad: 9.1
ytick.major.pad: 9.1
30 changes: 30 additions & 0 deletions lib/matplotlib/mpl-data/stylelib/seaborn-ticks.mplstyle
@@ -0,0 +1,30 @@
# Seaborn common parameters
# .15 = dark_gray
# .8 = light_gray
figure.facecolor: white
text.color: .15
axes.labelcolor: .15
legend.frameon: False
legend.numpoints: 1
legend.scatterpoints: 1
xtick.direction: out
ytick.direction: out
xtick.color: .15
ytick.color: .15
axes.axisbelow: True
image.cmap: Greys
font.family: sans-serif
font.sans-serif: Arial, Liberation Sans, Bitstream Vera Sans, sans-serif
grid.linestyle: -
lines.solid_capstyle: round

# Seaborn white parameters
axes.grid: False
axes.facecolor: white
axes.edgecolor: .15
axes.linewidth: 1.25
grid.color: .8
xtick.major.size: 6
ytick.major.size: 6
xtick.minor.size: 3
ytick.minor.size: 3
30 changes: 30 additions & 0 deletions lib/matplotlib/mpl-data/stylelib/seaborn-white.mplstyle
@@ -0,0 +1,30 @@
# Seaborn common parameters
# .15 = dark_gray
# .8 = light_gray
figure.facecolor: white
text.color: .15
axes.labelcolor: .15
legend.frameon: False
legend.numpoints: 1
legend.scatterpoints: 1
xtick.direction: out
ytick.direction: out
xtick.color: .15
ytick.color: .15
axes.axisbelow: True
image.cmap: Greys
font.family: sans-serif
font.sans-serif: Arial, Liberation Sans, Bitstream Vera Sans, sans-serif
grid.linestyle: -
lines.solid_capstyle: round

# Seaborn white parameters
axes.grid: False
axes.facecolor: white
axes.edgecolor: .15
axes.linewidth: 1.25
grid.color: .8
xtick.major.size: 0
ytick.major.size: 0
xtick.minor.size: 0
ytick.minor.size: 0
30 changes: 30 additions & 0 deletions lib/matplotlib/mpl-data/stylelib/seaborn-whitegrid.mplstyle
@@ -0,0 +1,30 @@
# Seaborn common parameters
# .15 = dark_gray
# .8 = light_gray
figure.facecolor: white
text.color: .15
axes.labelcolor: .15
legend.frameon: False
legend.numpoints: 1
legend.scatterpoints: 1
xtick.direction: out
ytick.direction: out
xtick.color: .15
ytick.color: .15
axes.axisbelow: True
image.cmap: Greys
font.family: sans-serif
font.sans-serif: Arial, Liberation Sans, Bitstream Vera Sans, sans-serif
grid.linestyle: -
lines.solid_capstyle: round

# Seaborn whitegrid parameters
axes.grid: True
axes.facecolor: white
axes.edgecolor: .8
axes.linewidth: 1
grid.color: .8
xtick.major.size: 0
ytick.major.size: 0
xtick.minor.size: 0
ytick.minor.size: 0