Skip to content

Instantly share code, notes, and snippets.

@aflaxman
aflaxman / mpl_cfaces.py
Created November 9, 2012 01:12
Chernoff Faces in Python with Matplotlib
from pylab import *
def cface(ax, x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15,x16,x17,x18):
# x1 = height of upper face
# x2 = overlap of lower face
# x3 = half of vertical size of face
# x4 = width of upper face
# x5 = width of lower face
# x6 = length of nose
# x7 = vertical position of mouth
@ibolmo
ibolmo / log.css
Created November 16, 2011 22:48
Simple logging mechanism for jsFiddle.net
ol { margin: 0 1em; padding: 1em; list-style: decimal !important }
li { margin:0 0 1em; }