Skip to content

Instantly share code, notes, and snippets.

@vchollati
Forked from rhiever/tableau20.mplstyle
Last active August 29, 2015 14:28
Show Gist options
  • Save vchollati/fd8a0e73ecc9dd74d458 to your computer and use it in GitHub Desktop.
Save vchollati/fd8a0e73ecc9dd74d458 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.color_cycle: 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