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
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