Re: Embedding Matplotlib in wxpython wx.Panel problem

2007-07-11 Thread kyosohma
On Jul 10, 2:09 pm, abakshi11 <[EMAIL PROTECTED]> wrote: > I was wondering if you ever got to create a small GUI program that did plots > using Matplotlib > I am gettin an error where its saying "WXagg's accelerator requires the > wxPython headers-the wxpython header files can not be located in any

Re: Embedding Matplotlib in wxpython wx.Panel problem

2007-07-10 Thread abakshi11
self._resizeflag = False > self._SetSize() > self.draw() > > def _SetSize(self, pixels = None): > """ > This method can be called to force the Plot to be a desired > size, which defaults to > the ClientSize

Embedding Matplotlib in wxpython wx.Panel problem

2007-04-25 Thread Soren
Hi, I'm trying to create a small GUI program where I can do plots using Matplotlib. I've been trying to borrow code from the examples at the matplotlib website, but I can't get it to work. I want to be able to create a wx.Panel that contains an axis for plotting. Around it i want other panels con