Re: [Tutor] two-dimensional color map

2012-02-09 Thread Jose Amoreira
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

Re: [Tutor] two-dimensional color map

2012-02-09 Thread Nate Lastname
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

[Tutor] two-dimensional color map

2012-02-09 Thread Jose Amoreira
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

[Tutor] two-dimensional color map

2012-02-09 Thread Jose Amoreira
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