Re: [Matplotlib-users] Use _cntr.so in fortran?

2015-06-25 Thread Thomas Caswell
Also keep in mind that we consider all of the c extensions to be part of the private api and do not worry so much about breaking them. Tom On Thu, Jun 25, 2015, 3:45 PM Benjamin Root wrote: > _cntr.so has been deprecated (it might take a couple of releases before we > remove it entirely). _cont

Re: [Matplotlib-users] Use _cntr.so in fortran?

2015-06-25 Thread Benjamin Root
_cntr.so has been deprecated (it might take a couple of releases before we remove it entirely). _contour.so has a newer, better interface and comes with a python wrapper. Don't know if that is an issue at all for you, just noting that is the case. I might also suggest looking at scikit-image, as

[Matplotlib-users] Use _cntr.so in fortran?

2015-06-25 Thread Sterling Smith
The contour finder in matplotlib is more robust than I currently have in a legacy fortran project. I would like to link to matplotlib’s instead. Has anyone done this before? Are there any suggestions or pitfalls for proceeding? Thanks, Sterling