Scientific Plotting in Python
Posted
by user100046
on Stack Overflow
See other posts from Stack Overflow
or by user100046
Published on 2009-05-03T01:53:32Z
Indexed on
2010/05/27
5:21 UTC
Read the original article
Hit count: 161
I have a large data set of tuples containing (time of event, latitude, longitude) that I need to visualize. I was hoping to generate a 'movie'-like xy-plot, but was wondering if anyone has a better idea or if there is an easy way to do this in Python?
Thanks in advance for the help, --Leo
© Stack Overflow or respective owner