Skip to content

Instantly share code, notes, and snippets.

View markusdumke's full-sized avatar

Markus Dumke markusdumke

  • Munich, Germany
View GitHub Profile
@markusdumke
markusdumke / theme_bw.mplstyle
Created November 3, 2017 16:25
matplotlib style in the style of ggplot with white background (theme_bw)
# ggplot style with white background
# adapted from http://www.huyng.com/posts/sane-color-scheme-for-matplotlib/
patch.linewidth: 1
patch.facecolor: 348ABD # blue
patch.edgecolor: EEEEEE
patch.antialiased: True
font.size: 10.0