Hello all,

I'm starting a new application, and I want to do it in C++. Previously, I've
coded similar things in Python and pygtk, using matplotlib for the
graphics. Now I want to create an application in C++ with a GUI that needs
to display simple plots and hidden surface 3D plots and that runs on Linux
and Windows.

    Part of the problem is that I've been spoiled by matplotlib's
quality :-) I just can't get myself to use plplot, and AFAIK Gnuplot does
not allow embedding the graphics in the GUI.

   I'm thinking of using wxWidgets because it has more widgets and features
than GTK. Theoretically I could still use matplotlib by embedding python
(see a recent thread "Help with c++ embedding"), but I would rather not do
such things.

   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++?
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.

Regards,
João Silva



-------------------------------------------------------------------------
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

Reply via email to