| | |
- __builtin__.object
-
- graph_data
- histogram_data
- plot_data
- table_data
class graph_data(__builtin__.object) |
| | |
Methods defined here:
- __init__(self, name, data, type='plot', data_labels=None, x_axis=None, y_axis=None)
- get_plots(self, fill_in_missing_y=None)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class histogram_data(__builtin__.object) |
| | |
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class plot_data(__builtin__.object) |
| | |
Methods defined here:
- __init__(self, plot_title, x_label, y_label, x_data, y_data, y_legend, comments)
- add_data(self, y_data, y_legend)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class table_data(__builtin__.object) |
| | |
Methods defined here:
- __init__(self, title, column_names=None, column_types=None, column_labels=None, column_formats=None, graph_names=None, graph_types=None, graph_labels=None, graph_columns=None, data=None, comments=None, x_is_inverse_d_min=False)
- __str__(self)
- add_column(self, column, column_name=None, column_label=None)
- add_graph(self, name, type, columns)
- add_row(self, row)
- as_rows(self)
- format(self, precision=6, indent=0)
- Formats the table for printout in a log file, with equal-width
columns and cell boundaries, e.g.:
-------------------------------
| Title |
|-----------------------------|
| col1 | col1 | col3 |
|-----------------------------|
| 0.1 | 5 | * |
-------------------------------
- format_html(self)
- format_loggraph(self, precision=6, column_width=None)
- format_simple(self, precision=6, indent=0)
- get_graph(self, graph_name=None, column_list=[])
- get_x_as_resolution(self)
- import_loggraph(self, loggraph_lines)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
| |