CSV File Data

You can also plot values from a comma-separated-value (CSV) list. This works well if you have large amounts of data, or you are generating your data from third-party programs such as MATLAB (qdex supports CSV files created using the MATLAB command csvwrite). Just ensure that you include the file in the resources folder. 

Example 1

You cannot copy this example into your document as-is. You must first create a CSV file of values and include it in the resources folder of your project.

<xyPlot>
  <series>
    <data src="resources\noisy_sine_wave.csv"/>
  </series>
</xyPlot>
 
plot-csv-data.jpg
 

The color of each individual point in the CSV file can be specified using per-vertex colors