Re: [Matplotlib-users] Cannot maximize figure while script is running

2007-08-15 Thread Angel Ezquerra Moreu
> I guess there is no reason you can't do it with pylab after all, see > animation_blit_qt4, for example. I think you would be better off using a gui > timer/event handler like in the blit example. > > Darren Darren, thanks a lot for your help! I tried the animation_blit_tk example but it did not

Re: [Matplotlib-users] Cannot maximize figure while script is running

2007-08-13 Thread Darren Dale
On Sunday 12 August 2007 05:01:57 pm Angel Ezquerra Moreu wrote: > > I would suggest not using the pylab interface. Try building off of one of > > the > > > embedding_in examples in > > http://matplotlib.sourceforge.net/matplotlib_examples_0.90.0.zip. > > Thank you for the answer, Darren. However,

Re: [Matplotlib-users] Cannot maximize figure while script is running

2007-08-12 Thread Angel Ezquerra Moreu
eu <[EMAIL PROTECTED]> Date: Aug 12, 2007 11:01 PM Subject: Re: [Matplotlib-users] Cannot maximize figure while script is running To: matplotlib-users@lists.sourceforge.net > I would suggest not using the pylab interface. Try building off of one of the > embedding

Re: [Matplotlib-users] Cannot maximize figure while script is running

2007-08-12 Thread Angel Ezquerra Moreu
> I would suggest not using the pylab interface. Try building off of one of the > embedding_in examples in > http://matplotlib.sourceforge.net/matplotlib_examples_0.90.0.zip. Thank you for the answer, Darren. However, could you explain a bit more in detail why is not a good idea to use the pylab i

Re: [Matplotlib-users] Cannot maximize figure while script is running

2007-08-12 Thread Darren Dale
On Sunday 12 August 2007 3:56:14 am Angel Ezquerra Moreu wrote: > Hi, > > I want to make a small python script that monitors a text file and plots > its contents. This script is meant to run in Windows. The file that is > being monitored has one floating point number per line and new numbers can >

[Matplotlib-users] Cannot maximize figure while script is running

2007-08-12 Thread Angel Ezquerra Moreu
Hi, I want to make a small python script that monitors a text file and plots its contents. This script is meant to run in Windows. The file that is being monitored has one floating point number per line and new numbers can be appended to the end of the file at any moment by some external program.