Re: [Matplotlib-users] animate histogram

2009-08-19 Thread Christophe Dupre
I just saw the email below from John, and I was wondering why using compound paths are "goo-gobs" faster than using rectangles(patches)? I've been using the candlestick function quite a bit lately. I guess using compound paths could make the candlestick function faster. I'll give it a try. Rega

Re: [Matplotlib-users] 0.99.0-RC1 and the animation_blit_gtk2 example

2009-08-14 Thread Christophe Dupre
[mailto:lee.j.j...@gmail.com] Sent: 06 August 2009 17:01 To: Christophe Dupre Cc: matplotlib-users Subject: Re: [Matplotlib-users] 0.99.0-RC1 and the animation_blit_gtk2 example Christophe, Unfortunately, the background is always shifted by integer pixel. So, shift in data and shift in pixel have

Re: [Matplotlib-users] 0.99.0-RC1 and the animation_blit_gtk2 example

2009-08-05 Thread Christophe Dupre
00 FPS) if I don't redraw the axis. Thanks, Christophe -Original Message- From: Jae-Joon Lee [mailto:lee.j.j...@gmail.com] Sent: 05 August 2009 03:36 To: Christophe Dupre Cc: matplotlib-users Subject: Re: [Matplotlib-users] 0.99.0-RC1 and the animation_blit_gtk2 example On Tue, Au

[Matplotlib-users] 0.99.0-RC1 and the animation_blit_gtk2 example

2009-08-04 Thread Christophe Dupre
Hello, I've been playing with the animation_blit_gtk2 example ( http://matplotlib.sourceforge.net/examples/animation/animation_blit_gtk2 .html ) and the latest version of matplotlib version 0.99.0-RC1. I've modified the example so that it displays candlesticks moving towards the lelf. The exa

[Matplotlib-users] volume_overlay3

2009-07-20 Thread Christophe Dupre
Hello all, I've been trying to use the volume_overlay functions from matplotlib.finance without luck. Is anyone using it? Below is a simple test program. When I run it, all the volume bars have the same height. Thanks, Christophe #!/usr/bin/env python from pylab import * f

Re: [Matplotlib-users] Annotation on an axis

2009-07-17 Thread Christophe Dupre
That's great, thanks. -Original Message- From: Jae-Joon Lee [mailto:lee.j.j...@gmail.com] Sent: Fri 17/07/2009 15:33 To: Christophe Dupre Cc: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] Annotation on an axis Drawing box around a text is quite easy.

[Matplotlib-users] Annotation on an axis

2009-07-17 Thread Christophe Dupre
Hello, I am trying to add some annotations onto an axis as shown in the attached picture. Is that do-able? If yes, any pointers on how to achieve this are welcome. Thanks, Christophe <>-- Enter the BlackBerry Developer

Re: [Matplotlib-users] matplotlib and qtdesigner

2009-06-05 Thread Christophe Dupre
net a écrit : > Message: 3 > Date: Thu, 4 Jun 2009 08:01:06 -0500 > From: "Christophe Dupre" > Subject: [Matplotlib-users] matplotlib and qtdesigner > To: > Message-ID: > > Content-Type: text/plain; charset="us-ascii" > > Hello there, > >

Re: [Matplotlib-users] matplotlib and qtdesigner

2009-06-05 Thread Christophe Dupre
...@club-internet.fr] Sent: 04 June 2009 16:49 To: Christophe Dupre Cc: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] matplotlib and qtdesigner Christophe Dupre a écrit : > > I've been developping an application using PyQT and matplotlib for a > while now,

[Matplotlib-users] matplotlib and qtdesigner

2009-06-04 Thread Christophe Dupre
Hello there, This is my first post, so first of all, thanks to the creators/contributors of matplotlib. It's a very nice software. I've been developping an application using PyQT and matplotlib for a while now, and instead of coding the GUI, I'd like to make use of QT designer. Does anyon