João Luis Silva wrote: > So do you know any free open source library for plotting, that can be > embedded in a GUI (such as wxWidgets or GTK), and usable from C/C++?
If you're not committed to a particular GUI, check out QT -- I think there are some plotting tools for QT out there: http://qwt.sourceforge.net/ I sure wish there was something like that for wxWidgets! VTK ios worth a look-see too -- it's big and complicated, but very powerful: http://www.vtk.org/ it can be used with wx, qt, etc, etc... > Matplotlib may well be a killer application for me in the sense that it > might be easier to just program the whole thing in Python. It's probably easier to program the whole thing in python anyway. It's certainly easier to program wx in python, so what do you have left? your computational code may be able to be written in numpy successfully, and if not, write the core in C or C++, and access it from python with ctypes, SWIG or pyrex, or... -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users