I have a CSV file generated by some software I wrote which looks like this: Time,Voltage hh:mm:ss:zzz,V 00:00:00:001,3.68649 00:00:00:002,3.68649 00:00:00:003,3.68649 00:00:00:004,3.68649 00:00:00:005,3.68649 ... 00:00:04:995,3.68649 00:00:04:996,3.68651 00:00:04:997,3.68648 00:00:04:998,3.68649 00:00:04:999,3.6865 When attempting to interpret the first field as time in hh:mm:ss:zzz format I get no plot and an incorrect x axis. Settings: http://i.imgur.com/CtktiMj.png Plot: http://i.imgur.com/OtPcTGV.png Reproducible: Always Steps to Reproduce: 1. Download https://mega.co.nz/#!9VY2iDxC!KKsxfwicvpcli295Mte7WDxI7pMR-IJzGA72tSJc4Sc 2. Open in KST2 Actual Results: Plot are is empty, x axis is incorrect Expected Results: Line in plot area, x axis from 0 to 5 seconds Windows 7 x64
Created attachment 83401 [details] Test CSV file and .kst configruation file
Your screen shot shows you are using hh:mm:ss.zzz (a dot in front of zzz) instead of hh:mm:ss:zzz. Does it work with hh:mm:ss:zzz?
Yes, that was the problem. Sorry, my mistake.