Re: [Matplotlib-users] Draw paths on map using matplotlib-basemap

2013-02-17 Thread Thomas Lecocq
Thomas Lecocq Geologist Royal Observatory of Belgium - Seismology - ** From: gle...@comunidad.unam.mx To: matplotlib-users@lists.sourceforge.net Date: Tue, 12 Feb 2013 19:47:19 + Subject: [Matplotlib-users] Draw paths on map using matplotlib-basemap Thank you

[Matplotlib-users] Draw paths on map using matplotlib-basemap

2013-02-12 Thread Boris Vladimir Comi
Thank you for your ideas, I leave the correct code to plot trajectories of any object, in my case I have drawn the trajectories of convective storms. 1. # --- Construimos el mapa --- 2. 3. import numpy as np 4. from mpl_toolkits.basemap import Basemap 5. import matplotlib.pyplot a