>
> Note that you can put a wx.Panel in a wx.Panel, which is what you may
> want to do it your case.
>
> -Chris
>
>
Hello Chris,
Thank you for your response; I think this is what I would like to do.
Once again, thank you.
Nicholas
-
Nicholas Kinar wrote:
> 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 e
On 10-08-19 10:08 AM, C M wrote:
>> I've been following the sample code given in the wxPython distribution
>> to embed a wxPython window in wxGTK. The following links to the
>> wxPython SVN demonstrate this technique:
>>
>> http://svn.wxwidgets.org/viewvc/wx/wxPython/trunk/samples/embedded/embedde
> 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 pu
Nicholas Kinar wrote:
> I've been following the sample code given in the wxPython distribution
> to embed a wxPython window in wxGTK.
As in embedding some wxPython in a C++ wxGTK program?
> What I would like to do is embed
> matplotlib within a wxPanel of this wxPython script.
once you've go