On 19/01/16 19:28, Bachir Bachir via Tutor wrote: > Dear all, > I have some data taken at specific time of the day and i want to > display those data according to the time, > attached is the cvs file and the display output
I assume you mean csv file? > from python pandas . I used the following script > v2=read_csv('v2_12.dat') #data frame for v2 > v2.plot(kind='bar', x='Time_hhmmss', y='Av_phase',figsize=(12,1)) #display > for v2 only You need to post in plain text for us to see the code properly. > I want to see a gap on the display because there was > no data recorded between 08:20:56 and 14:55:33 This is mainly a SciPy question it would be better placed there. -- Alan G Author of the Learn to Program web site http://www.alan-g.me.uk/ http://www.amazon.com/author/alan_gauld Follow my photo-blog on Flickr at: http://www.flickr.com/photos/alangauldphotos _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor