Hi

I see the example of updating a plot in 
examples/animation/gtk_timeout.py where the 2 lines
----
line.set_ydata(np.random.rand(10))
fig.canvas.draw_idle()
----


What is the equivalent when I want to update a Basemap with new 
latitudes and longitudes  and I have done
m=Basemap(......)
m.plot(longitude_list,latitude_list)

Thanks
Mathew



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to