On Thursday, February 09, 2012 10:45:35 AM Nate Lastname wrote:
> Have you considered pygame and its surfarray module?
Thanks, Nate. I haven't, but I will.
Ze___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://ma
Have you considered pygame and its surfarray module?
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
I'm so, so sorry! When editing my script before posting it, I accidently
deleted a line activating matplotlib interactive mode. The correct listing is
the one below.
Hello
I'm trying to plot a false-color map of a two dimensional function. My main
problem is that the function I want to plot dep
Hello
I'm trying to plot a false-color map of a two dimensional function. My main
problem is that the function I want to plot depends also on time, and I wish
to show the plot as the function evolves, in real time. My first (and only, so
far) idea on how to achieve this was to iterate the comput