Re: [Matplotlib-users] Linecollection, Dates on X-axis

2010-11-12 Thread John Hunter
On Nov 12, 2010, at 4:12 AM, Tim Åberg wrote: > Thats seems to be what im after, diffrent resolution but that would be a easy > fix i guess :) > Did you manage to run the example? i got a; > > datafile = cbook.get_sample_data('msft.csv', asfileobj=False) > AttributeError: 'module' objec

Re: [Matplotlib-users] Linecollection, Dates on X-axis

2010-11-12 Thread Tim Åberg
#x27; error > Subject: RE: [Matplotlib-users] Linecollection, Dates on X-axis > Date: Thu, 11 Nov 2010 13:44:43 + > From: david.bri...@ubs.com > To: qw...@hotmail.com > > If I've got you correctly I asked a similar question this morning on > StackOverflow.

[Matplotlib-users] Linecollection, Dates on X-axis

2010-11-11 Thread Tim--
Hello! I have written a program that plots values over Time, because it has to be done(plotted) fast the date_plot didnt fit the bill so i moved over to Linecollection and it works like a charm. The only problem i have now is that i dont know any easy way to get dates on the x-axis. Any ideas? --