Belle II Software  release-08-01-10
Plot Class Reference
Inheritance diagram for Plot:
Collaboration diagram for Plot:

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
 

Detailed Description

Wrapper for one specfic plot.

Definition at line 148 of file json_objects.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 154 of file json_objects.py.


The documentation for this class was generated from the following file: