Belle II Software development
|
Public Member Functions | |
def | __init__ (self, title, comparison_result=None, png_filename=None, pdf_filename=None, contact=None, description=None, check=None, is_expert=None, plot_path=None, comparison_text=None, height=None, width=None, warnings=None) |
Public Attributes | |
title | |
tile used to display this plot | |
comparison_result | |
text string for the comparison outcome | |
comparison_text | |
verbose text describing the outcome of the comparison | |
png_filename | |
the filename of the png file plotted with the comparison graphs | |
pdf_filename | |
the filename of the pdf file plotted with the comparison graphs | |
plot_path | |
path were the png and pdf files are located (relative to the html directory; has to end with trailing '/'!) | |
warnings | |
Warnings ("no contact" person etc.) | |
One individual plot including its comparison outcome.
Definition at line 390 of file json_objects.py.
def __init__ | ( | self, | |
title, | |||
comparison_result = None , |
|||
png_filename = None , |
|||
pdf_filename = None , |
|||
contact = None , |
|||
description = None , |
|||
check = None , |
|||
is_expert = None , |
|||
plot_path = None , |
|||
comparison_text = None , |
|||
height = None , |
|||
width = None , |
|||
warnings = None |
|||
) |
Create a new ComparisonPlot object and fill all members
Reimplemented from Plot.
Definition at line 396 of file json_objects.py.
comparison_result |
text string for the comparison outcome
Definition at line 429 of file json_objects.py.
comparison_text |
verbose text describing the outcome of the comparison
Definition at line 432 of file json_objects.py.
pdf_filename |
the filename of the pdf file plotted with the comparison graphs
Definition at line 438 of file json_objects.py.
plot_path |
path were the png and pdf files are located (relative to the html directory; has to end with trailing '/'!)
Definition at line 442 of file json_objects.py.
png_filename |
the filename of the png file plotted with the comparison graphs
Definition at line 435 of file json_objects.py.
title |
tile used to display this plot
Definition at line 426 of file json_objects.py.
warnings |
Warnings ("no contact" person etc.)
Definition at line 447 of file json_objects.py.