Skip to content

Instantly share code, notes, and snippets.

@rhiever
Last active August 19, 2017 17:31
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save rhiever/a4fb39bfab4b33af0018 to your computer and use it in GitHub Desktop.
Save rhiever/a4fb39bfab4b33af0018 to your computer and use it in GitHub Desktop.
# Author: Randal S. Olson (randalolson.com / @randal_olson)
# Uses Tableau's Tableau20 color scheme
figure.figsize: 12, 7
figure.edgecolor: white
figure.facecolor: white
lines.linewidth: 2.5
lines.markeredgewidth: 0
lines.markersize: 10
lines.dash_capstyle: butt
legend.fancybox: True
font.size: 14
axes.prop_cycle: cycler('color', ['1f77b4', 'aec7e8', 'ff7f0e', 'ffbb78', '2ca02c', '98df8a', 'd62728', 'ff9896', '9467bd', 'c5b0d5', '8c564b', 'c49c94', 'e377c2', 'f7b6d2', '7f7f7f', 'c7c7c7', 'bcbd22', 'dbdb8d', '17becf', '9edae5'])
axes.linewidth: 0
axes.titlesize: 22
axes.labelsize: 16
xtick.labelsize: 14
ytick.labelsize: 14
xtick.major.size: 0
xtick.minor.size: 0
ytick.major.size: 0
ytick.minor.size: 0
axes.grid: True
grid.alpha: 0.3
grid.linewidth: 0.5
grid.linestyle: --
grid.color: black
savefig.transparent: False
savefig.bbox: tight
savefig.format: png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment