Re: [Matplotlib-users] No installer yet for a Python 2.7-compat. version?

2010-08-20 Thread Nicholas Kinar
On 10-08-20 1:27 PM, David Goldsmith wrote: > On Mon, Aug 16, 2010 at 9:26 AM, David Goldsmith > wrote: >> And is NumPy 1.5 compat. confirmed yet? Thanks! >> >> DG > Did I miss a response to this? If not, does silence => (Yes, No)? > David, As far as I know, there is no installer for matp

Re: [Matplotlib-users] Installation of vers. 1.0.0

2010-08-19 Thread Nicholas Kinar
I have been unable to build/install Matplotlib 1.0.0 on a 64-bit Ubuntu 10.04 system for Python 2.6.5. The build process starts ok, but after sometime the following message *creating /usr/local/lib/python2.6/dist-packages/mpl_toolkits * is displayed and the build comes to a halt. I looked in

Re: [Matplotlib-users] Embedding matplotlib in wxPython embedded in wxGTK

2010-08-19 Thread Nicholas Kinar
> > 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 -

Re: [Matplotlib-users] Embedding matplotlib in wxPython embedded in wxGTK

2010-08-19 Thread Nicholas Kinar
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

Re: [Matplotlib-users] Embedding matplotlib in wxPython embedded in wxGTK

2010-08-19 Thread Nicholas Kinar
> 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

[Matplotlib-users] Embedding matplotlib in wxPython embedded in wxGTK

2010-08-19 Thread Nicholas Kinar
Hello-- 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/embedded_sample.py?revision=47031&view=mark