Changeset 6683


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
Files:
12 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r6372 r6683  
    601601    examples/zoo/loader/Makefile
    602602    examples/zoo/loader/examples/Makefile
     603    examples/zoo/loader2/Makefile
     604    examples/zoo/loader2/examples/Makefile
    603605    examples/zoo/log/Makefile
    604606    examples/zoo/mesh/Makefile
  • 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.