btel / SpikeSort

Spike sorting library implemented in Python/NumPy/PyTables
http://spike-sort.readthedocs.org
Other
27 stars 12 forks source link

deprecated matplotlib function warning when manual sorting #74

Closed belevtsoff closed 11 years ago

belevtsoff commented 11 years ago

Here's the message:

/usr/lib/python2.7/site-packages/matplotlib/nxutils.py:47: DeprecationWarning: nxutils is deprecated. Use matplotlib.path.Path.contains_points instead. DeprecationWarning)

TODO: update manual sorting code to get rid of the warning

btel commented 11 years ago

With matplotlib 1.2.0 it works fine (no Warning when using cluster_manual.py example)