merged. ish.

This commit is contained in:
James Hensman 2015-03-23 16:26:31 +00:00
commit b48d58fb1f
7 changed files with 136 additions and 86 deletions

View file

@ -6,7 +6,11 @@ try:
from matplotlib.patches import Polygon
from matplotlib.collections import PatchCollection
#from matplotlib import cm
pb.ion()
try:
__IPYTHON__
pb.ion()
except NameError:
pass
except:
pass
import re