Re: Help with old mathplotlib API (nxutils) needed

2014-09-10 Thread Paul Wise
The mathplotlib API changes document recommends switching from matplotlib.nxutils to matplotlib.path.Path.contains_point and friends. http://matplotlib.org/api/api_changes.html#id1 Also I used codesearch.d.n and found some code which supports both versions of the mathplotlib API: http://sources.

Help with old mathplotlib API (nxutils) needed

2014-09-10 Thread Andreas Tille
Hi, I'm trying to upgrade dicompyler[1] but I seem to have some final problem: $ dicompyler Traceback (most recent call last): File "/usr/share/dicompyler/dicompyler_app.py", line 10, in import dicompyler.main File "/usr/share/dicompyler/__init__.py", line 10, in from main import st