Changeset 6683 for trunk/examples


Ignore:
Timestamp:
Jun 26, 2017 1:46:09 PM (7 years ago)
Author:
dkearney
Message:

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.

Location:
trunk/examples/zoo
Files:
12 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/zoo/Makefile.in

    r6372 r6683  
    2828                integer2 \
    2929                loader \
     30                loader2 \
    3031                log \
    3132                mesh \
Note: See TracChangeset for help on using the changeset viewer.