Thanks for your help. I get it work. However, an interesting thing appears.
The following two codes(code 1 and code 2) makes different result??? Only
set background in different place. Anyone can tell me why? I am eager to
know it.
##code 1
import wx
from matplotlib.backends.backend_wxagg import
John Hunter wrote:
> On Mon, Mar 24, 2008 at 2:48 PM, Charlie Moad <[EMAIL PROTECTED]> wrote:
>> This is a compiler problem the with the gcc on 10.5.2 (and 10.5.1
>> I think). I found the same error message on many google hits outside of
>> matplotlib. Your suggestion of compiling with -Os for th
On Mon, Mar 24, 2008 at 2:48 PM, Charlie Moad <[EMAIL PROTECTED]> wrote:
> This is a compiler problem the with the gcc on 10.5.2 (and 10.5.1
> I think). I found the same error message on many google hits outside of
> matplotlib. Your suggestion of compiling with -Os for the two problem files
> wo
On Sun, Apr 20, 2008 at 3:33 AM, hjc520070 <[EMAIL PROTECTED]> wrote:
>
> canvas.draw() is slow in animation, I have succeed in replacing it with
> canvas.restore_region(). And it is wonderful.
> However, in the following, I fail to make it work the same as
> canvas.draw().The following c
On 4/19/08, Eric Firing <[EMAIL PROTECTED]> wrote:
> Daniel Fetchinson wrote:
> [...]
> > Yes, this would be really useful. For the moment I'll just turn off
> > all axis, I managed to do that. By the way is it possible to just turn
> > off the axis and not the tick labels?
>
> In your example belo
canvas.draw() is slow in animation, I have succeed in replacing it with
canvas.restore_region(). And it is wonderful.
However, in the following, I fail to make it work the same as
canvas.draw().The following code can work. And creat a dynamic line. When I
work with the statement "#self.can