Skip to content

Instantly share code, notes, and snippets.

View spcornelius's full-sized avatar

Sean P. Cornelius spcornelius

View GitHub Profile
@spcornelius
spcornelius / matplotlibrc
Last active October 29, 2020 17:42
My matplotlibrc
## This file is best viewed in a editor which supports python mode
## syntax highlighting. Blank lines, or lines starting with a comment
## symbol, are ignored, as are trailing comments. Other lines must
## have the format
## key : val ## optional comment
##
## Colors: for the color values below, you can either use - a
## matplotlib color string, such as r, k, or b - an rgb tuple, such as
## (1.0, 0.5, 0.0) - a hex string, such as ff00ff - a scalar
## grayscale intensity such as 0.75 - a legal html color name, e.g., red,