array printing

Hi all,

when using matplotlib through the pylab interface arrays are not any longer printed on the screen if they are rather large, instead some message appears telling the size and type of the array. How can I avoid that and get all the output?
Another problems concerns matplotlib on windows when starting scripts from IDLE that use the pylab interface. After calling show() the python shell never returns and has to be killed. I'm not using any special backend choice.
Regards, Christian

Even after you close the plot window?

Cheers,
Alan Isaac

···

On Fri, 08 Jul 2005, Christian Kristukat apparently wrote:

Another problems concerns matplotlib on windows when
starting scripts from IDLE that use the pylab interface.
After calling show() the python shell never returns and
has to be killed.

Alan G Isaac wrote:

···

On Fri, 08 Jul 2005, Christian Kristukat apparently wrote:

Another problems concerns matplotlib on windows when starting scripts from IDLE that use the pylab interface. After calling show() the python shell never returns and has to be killed.

Even after you close the plot window?

yes. I start the script pressing F5 and it never returns.

Regards, Christian