<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Inconsolata">Hi<br>
      <br>
      I have a CSV file generated by an Oscilloscope device and I tried
      to open that in Kst (latest git snapshot) but the vectors are not
      recognized properly.<br>
      The file contains 16 lines of meta-data followed by comma
      separated records in each line.<br>
      <br>
      The data lines are as follows:<br>
      <br>
      ,-1.6667E-03, 2.5150E+00,<br>
      , 1.6667E-03, 2.5183E+00,<br>
      ,-1.6667E-03, 2.5150E+00,<br>
      , 1.6667E-03, 2.5183E+00,<br>
      ,-1.6667E-03, 2.5150E+00,<br>
      ,-1.6667E-02, 2.5150E+00,<br>
      , 1.6667E-03, 2.5183E+00,<br>
      , 1.6667E-03, 2.5150E+00,<br>
      ...<br>
      <br>
      While importing with Kst, I choose 'Data starts at line 17' and
      set comma character as the custom delimiter.<br>
      Kst then lists two columns - Column1 & Column2 and I select
      them to be plotted against INDEX.<br>
      <br>
      The plot appears and while both Column1 & Column2 curves are
      listed, only Column2 seems to be visible.<br>
      Using the 'View vectors' dialog, I see that Coulmn1 vector only
      has 'nan' while Column2 is actually the first parameter of my
      data.<br>
      <br>
      <br>
      I'm attaching the first few lines of the CSV file as test data.
      Could you please look in to this problem.<br>
      <br>
      <br>
      Thanks and regards,<br>
      <br>
      Syam<br>
      <br>
      <br>
      <br>
    </font>
  </body>
</html>