Re: GUI programming, embedding, real time plots, etc.

2005-08-08 Thread Lou Pecora
In article <[EMAIL PROTECTED]>, Madhusudan Singh <[EMAIL PROTECTED]> wrote: > 1. In using matplotlib (my code essentially involved creating a plot and > show()'ing it inside a loop), the color of the plot changed. Is there a way > to tell matplotlib to not treat each new invocation as a new plot,

Re: GUI programming, embedding, real time plots, etc.

2005-08-05 Thread Madhusudan Singh
[EMAIL PROTECTED] wrote: > apt-get install python-pwm > this will get you python mega widgets > one of the dependencies that apt will take care of for you is the > python2.whatever-tk. > depending on which version of debian you are using. > i run sarge with python 2.3 Thanks for the help. I trie

Re: GUI programming, embedding, real time plots, etc.

2005-08-05 Thread nephish
apt-get install python-pwm this will get you python mega widgets one of the dependencies that apt will take care of for you is the python2.whatever-tk. depending on which version of debian you are using. i run sarge with python 2.3 -- http://mail.python.org/mailman/listinfo/python-list

GUI programming, embedding, real time plots, etc.

2005-08-05 Thread Madhusudan Singh
Hi I am still a rookie at python (can do some basic programming with the language), and have been using python gpib and matplotlib to control my instruments and do real time plots. Since I have more than one instrument to control, I was thinking of writing a GUI using Tkinter (looked at Page, but