Taro Sato-4 wrote:
>
> Hello. I'm trying to embed mpl in an wxpython app which is intended
> to run repeatedly within a single script. (It's a workaround for not
> being able to use pyplot.show() more than once in a script.)
>
> All seems to work as intended when I don't attach any key press
On Nov 14, 2009, at 17:40 , Jae-Joon Lee wrote:
What backend are you using?
ah! it seems to work with the tkagg backend, but not the wxagg backend.
I am using ipython with the -pylab flag.
I remember having some problem with the tk backend (perhaps when I
was doing some wx embedding), but I
What backend are you using?
There was a similar report that the "draw" method of the qt4agg
backend does not update the screen immediately but wait until it gets
idle.
See if using other backends makes any change.
-JJ
On Sat, Nov 14, 2009 at 3:21 PM, Brian Blais wrote:
> Hello,
> I was wonde
What version of matplotlib are you using?
With the current svn, your code works okay.
-JJ
On Fri, Nov 13, 2009 at 10:37 AM, per freem wrote:
> hi all,
>
> i am trying to adjust the space (padding) between the tickmarks on an
> axes and the labels. usually, i can do this by setting
> 'xtick.majo
Hello,
I was wondering why the following animation doesn't work. I thought
it did work before, but perhaps I am misremembering. I am on OS X
10.4, matplotlib version 0.99.0 from the enthought distribution. I
must be thinking about this wrong someone, but I thought that if you
did a pl