Belle II Software development
|
Public Member Functions | |
def | __init__ (self, is_expert=False, description=None, check=None, contact=None, width=None, height=None, issue=None) |
Public Attributes | |
is_expert | |
true if this is marked as an expert-only plot | |
description | |
telling description for this plot | |
check | |
What should be checked for in this plot ? | |
contact | |
Who is the contact person for this plot ? | |
width | |
width of the plot in pixels | |
height | |
height of the plot in pixels | |
issue | |
linked issues | |
Wrapper for one specific plot.
Definition at line 162 of file json_objects.py.
def __init__ | ( | self, | |
is_expert = False , |
|||
description = None , |
|||
check = None , |
|||
contact = None , |
|||
width = None , |
|||
height = None , |
|||
issue = None |
|||
) |
Create a new Plot object and fill all members
Reimplemented in ComparisonPlot.
Definition at line 168 of file json_objects.py.
check |
What should be checked for in this plot ?
Definition at line 187 of file json_objects.py.
contact |
Who is the contact person for this plot ?
Definition at line 189 of file json_objects.py.
description |
telling description for this plot
Definition at line 185 of file json_objects.py.
height |
height of the plot in pixels
Definition at line 193 of file json_objects.py.
is_expert |
true if this is marked as an expert-only plot
Definition at line 183 of file json_objects.py.
issue |
linked issues
Definition at line 197 of file json_objects.py.
width |
width of the plot in pixels
Definition at line 191 of file json_objects.py.