Bradley M. Froehle
Results
2
comments of
Bradley M. Froehle
If you'd like to play with the `%%bitey` magic: - [Extension](https://gist.github.com/3458310) (and sample notebook source) - (Rendered) [Sample notebook](http://nbviewer.ipython.org/3458310)
@danieljfarrell I don't think 1-d currently works, because we use the [Delaunay triangulation routines provided in SciPy](http://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.Delaunay.html). Here SciPy wraps [Qhull](http://www.qhull.org/) which is for 2-d, 3-d, and higher. ``` >>>...