> As in embedding some wxPython in a C++ wxGTK program?
>    
Yes, that is exactly what I am doing.

>    
>>   What I would like to do is embed
>> matplotlib within a wxPanel of this wxPython script.
>>      
> once you've got wxPython working, using MPL should be exactly t he same
> as with a pure wxPyton app -- take a look at the "embedded_in_wx"
> examples, and/or use wxMPL -- it provides a nice interactive MPL window
> out of the box:
>
> http://agni.phys.iit.edu/~kmcivor/wxmpl/
>
> -Chris
>
>    

Chris, thank you very much for your response, and for the link.  I've 
taken a look at the wxMPL library and it looks extremely useful and 
interesting.  But how would I work with the class MyPanel(wx.Panel), and 
embed wxMPL directly into MyPanel?  Could you give an extremely simple 
example (i.e. 2D plot of a sine wave)?

Nicholas


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to