Re: [Matplotlib-users] Plots dates on contour plot

2010-01-22 Thread Eric Firing
Filipe Pires Alvarenga Fernandes wrote: > Dear matplotlib users, > > I've been successful to plot 2-D lines with dates in the x-axis directly > like: > > > plot(time,dens[1,:]) > > Where times starts at 1998-01-11 01:00:00 and ends at 1998-02-06 > 08:00:00 (633 elements). and dens has 10 elem

[Matplotlib-users] Plots dates on contour plot

2010-01-14 Thread Filipe Pires Alvarenga Fernandes
Dear matplotlib users, I've been successful to plot 2-D lines with dates in the x-axis directly like: > plot(time,dens[1,:]) Where times starts at 1998-01-11 01:00:00 and ends at 1998-02-06 08:00:00 (633 elements). and dens has 10 elements. Now I'm trying to make a contour plot like: > CS = con