cape.pycart.options.Report
: pyCart Report Options¶
This module provides options for creating automated reports for pyCart results.
Although there are some subfigure types that are unique to pyCart, all of the
methods in the pyCart.options.Report.Report
class are inherited from
cape
version.
See the JSON Report section (and its pyCart page). for the list of available figures and subfigures (along with other options).
- class cape.pycart.options.Report.Report(**kw)¶
Dictionary-based interface for automated reports
- Call:
>>> opts = Report(**kw)
- Versions:
2015-09-28
@ddalle
: Subclassed to CAPE