Skip to content

Add Seaborn style sheets; addresses #4566 #4570

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

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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Split Seaborn style sheets into three
  • Loading branch information
petebachant committed Jul 4, 2015
commit 92b39d594119ba09d008c0a96b9d6fc93df06472
Original file line number Diff line number Diff line change
@@ -1,26 +1,4 @@
# Seaborn base context
figure.figsize: 8.0, 5.5
axes.labelsize: 11
axes.titlesize: 12
xtick.labelsize: 10
ytick.labelsize: 10
legend.fontsize: 10

grid.linewidth: 1
lines.linewidth: 1.75
patch.linewidth: .3
lines.markersize: 7
lines.markeredgewidth: 0

xtick.major.width: 1
ytick.major.width: 1
xtick.minor.width: .5
ytick.minor.width: .5

xtick.major.pad: 7
ytick.major.pad: 7

# Common parameters
# Seaborn common parameters
# .15 = dark_gray
# .8 = light_gray
figure.facecolor: white
Expand All @@ -40,7 +18,7 @@ font.sans-serif: Arial, Liberation Sans, Bitstream Vera Sans, sans-serif
grid.linestyle: -
lines.solid_capstyle: round

# darkgrid parameters
# Seaborn darkgrid parameters
axes.grid: True
axes.facecolor: EAEAF2
axes.edgecolor: white
Expand All @@ -50,6 +28,3 @@ xtick.major.size: 0
ytick.major.size: 0
xtick.minor.size: 0
ytick.minor.size: 0

# deep palette
axes.color_cycle: 4C72B0, 55A868, C44E52, 8172B2, CCB974, 64B5CD
2 changes: 2 additions & 0 deletions lib/matplotlib/mpl-data/stylelib/seaborn-deep.mplstyle
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Seaborn deep palette
axes.color_cycle: 4C72B0, 55A868, C44E52, 8172B2, CCB974, 64B5CD
21 changes: 21 additions & 0 deletions lib/matplotlib/mpl-data/stylelib/seaborn-notebook.mplstyle
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Seaborn notebook context
figure.figsize: 8.0, 5.5
axes.labelsize: 11
axes.titlesize: 12
xtick.labelsize: 10
ytick.labelsize: 10
legend.fontsize: 10

grid.linewidth: 1
lines.linewidth: 1.75
patch.linewidth: .3
lines.markersize: 7
lines.markeredgewidth: 0

xtick.major.width: 1
ytick.major.width: 1
xtick.minor.width: .5
ytick.minor.width: .5

xtick.major.pad: 7
ytick.major.pad: 7