Discussion:
[Matplotlib-users] Use _cntr.so in fortran?
Sterling Smith
2015-06-25 18:28:35 UTC
Permalink
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
Benjamin Root
2015-06-25 19:43:59 UTC
Permalink
_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 I think it has some
contouring algorithms that might be easier to link to.

Ben Root
Post by 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
------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors
network devices and physical & virtual servers, alerts via email & sms
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
Matplotlib-users mailing list
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Thomas Caswell
2015-06-26 00:51:22 UTC
Permalink
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
Post by 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 I think it has some
contouring algorithms that might be easier to link to.
Ben Root
Post by 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
------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors
network devices and physical & virtual servers, alerts via email & sms
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
Matplotlib-users mailing list
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors
network devices and physical & virtual servers, alerts via email & sms
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
Matplotlib-users mailing list
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Loading...