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,
[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
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
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