John Hunter wrote:
>   > Eeeeew, that looks really dangerous.  For starters, I would never try
>   > to do this using pylab,

exactly. the question is -- what GUItoolkit are you using with C++? 
hopefully it is wx or qt (you'd be using C with GTK, right?).

If so, then use the appropriate back-end, use it like the embedding_in 
examples, and then it's like using GUI toolkit calls with a mixed 
C++/Python app without MPL -- use the appropriate GUI mailing list for 
questions about that.

If you're not using a GUI toolkit at all with C++, I'd be inclined to 
reverse your approach, and use Python+wx (opr QT, or GTK) to host your 
app, and extend with the C++.

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