Skip to content

Instantly share code, notes, and snippets.

@rhiever
Last active March 5, 2020 01:45
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save rhiever/d0a7332fe0beebfdc3d5 to your computer and use it in GitHub Desktop.
Save rhiever/d0a7332fe0beebfdc3d5 to your computer and use it in GitHub Desktop.
# Author: Randal S. Olson (randalolson.com / @randal_olson)
# Uses Tableau's Tableau10 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', 'ff7f0e', '2ca02c', 'd62728', '9467bd', '8c564b', 'e377c2', '7f7f7f', 'bcbd22', '17becf'])
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