Re: [Matplotlib-users] forcing a plot to appear

2010-02-16 Thread Matthias Michler
Hi Ken,

On Monday 15 February 2010 20:35:06 Ken Dere wrote:
 Hi,

 I am trying to develop an application that I can run inside the ipython
 shell.  One of my methods creates a plot, asks the user to make a choice
 based on that plot, and then creates another plot that displays the chosen
 set of information.

 If the choices are made with a qt or wx dialogue, everything goes fine.  If
 I try to get the choice by asking the user to type the information into the
 shell, neither plot appears until after the choice is made.

 I have tried show() and draw() but neither make any difference.

I attached a script that allows to input a number via raw_input (after the 
first figure appeared) and than opens up a second figure. I hope the goes 
towards your needs.

Kind regards,
Matthias


let_a_plot_appear.py
Description: application/python
--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] forcing a plot to appear

2010-02-16 Thread Ken Dere
Matthias Michler wrote:

 Hi Ken,
 
 On Monday 15 February 2010 20:35:06 Ken Dere wrote:
 Hi,

 I am trying to develop an application that I can run inside the ipython
 shell.  One of my methods creates a plot, asks the user to make a choice
 based on that plot, and then creates another plot that displays the
 chosen set of information.

 If the choices are made with a qt or wx dialogue, everything goes fine. 
 If I try to get the choice by asking the user to type the information
 into the shell, neither plot appears until after the choice is made.

 I have tried show() and draw() but neither make any difference.
 
 I attached a script that allows to input a number via raw_input (after
 the first figure appeared) and than opens up a second figure. I hope the
 goes towards your needs.
 
 Kind regards,
 Matthias

That did the trick.  I think it was problably the use of .ion() and .ioff() 
that did it but I just did the whole fix and didn't check to see what was 
what.

many thanks!


-- 
K. Dere


--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] forcing a plot to appear

2010-02-15 Thread Ken Dere
Hi,

I am trying to develop an application that I can run inside the ipython 
shell.  One of my methods creates a plot, asks the user to make a choice 
based on that plot, and then creates another plot that displays the chosen 
set of information.

If the choices are made with a qt or wx dialogue, everything goes fine.  If 
I try to get the choice by asking the user to type the information into the 
shell, neither plot appears until after the choice is made.

I have tried show() and draw() but neither make any difference.

thanks for any help

Ken Dere



--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users