[Matplotlib-users] Ploting Date

2009-09-07 Thread Javier Olaechea
Oi, I'm having trouble ploting some values vs date with matplotlib. I get the data from an SQL server using the _mssql module after the query I tried populating the list using: [code] xls = [] yls = [] for row in conn: xls.append(row['Ia']) yls.append(row['tiempo']) [/code] The

Re: [Matplotlib-users] ploting date

2007-09-26 Thread John Hunter
On 9/26/07, JeanMichel FRANCOIS <[EMAIL PROTECTED]> wrote: > Hi there! > I m trying to make a figure , adding a subplot in it, and then specify the X > axis with date. I don't have anything to plot at the moment, i just want to > generate a subplot with axes X and Y up and ready. > > All tutorials

[Matplotlib-users] ploting date

2007-09-26 Thread JeanMichel FRANCOIS
Hi there!   I m trying to make a figure , adding a subplot in it, and then specify the X axis with date. I don't have anything to plot at the moment, i just want to generate a subplot with axes X and Y up and ready. All tutorials i have read directly plot sth on the subplot directly, but i don