source: trunk/examples/zoo/loader2/examples/sinewave.xml @ 6683

Last change on this file since 6683 was 6683, checked in by dkearney, 7 years ago

adding an example of using a loader to allow users to chose an example excel spreadsheet or upload their own. the uploaded file data is stored in the driver.xml. the simulation checks whether the user chose an example excel spreadsheet or uploaded thier own. if the user uploaded their own file, we write it to disk, then parse it using a pandas dataframe and finally load it into a Rappture Curve.

File size: 244 bytes
Line 
1<?xml version="1.0"?>
2<run>
3<about>
4  <label>Sine Wave</label>
5  <description>Plot data from the Sine Wave dataset.</description>
6</about>
7<input>
8  <string id="datafile">
9    <current>file://sinewave.xlsx</current>
10  </string>
11</input>
12</run>
Note: See TracBrowser for help on using the repository browser.