Changes between Version 30 and Version 31 of S3/S3Report


Ignore:
Timestamp:
10/09/13 19:59:35 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Report

    v30 v31  
    77S3Report generates a full page which includes a set of S3Search widgets, a pivot table (a.k.a. contingency table) from S3Resources and graphs based on the Pivot Tables.
    88
    9 == Dependencies ==
    10 S3Report used to use [http://code.google.com/p/pyvttbl pyvttbl] to generate contingency tables. A modified version of {{{pyvttbl}}} was integrated into the S3 framework.
    11 
    12 Pyvttbl required the following Python modules:
    13   - numpy
    14   - matplotlib
     9== Versions ==
     10There are currently 2 versions:
     11* /report based on the old S3Search: https://github.com/flavour/eden/blob/master/modules/s3/s3report.py
     12* /report2 which supports AJAX updates and is based on the new S3Filter: https://github.com/flavour/eden/blob/master/modules/s3/s3report2.py
    1513
    1614== Caveats ==