Belle II Software development
SaveScatterRefiner Class Reference
Inheritance diagram for SaveScatterRefiner:
Plot2DRefiner Refiner

Static Public Attributes

str default_name = "{module.id}_{y_part_name}_by_{x_part_name}_scatter{groupby_key}{stackby_key}"
 default name for this scatterplot
 
str default_title = "Scatter of {y_part_name} by {x_part_name} from {module.title}"
 default title for this scatterplot
 
str default_contact = "{module.contact}"
 default contact person for this scatterplot
 
str default_description = "This is a scatter of {y_part_name} over {x_part_name}."
 default description for this scatterplot
 
str default_check = "Check if the distributions is reasonable."
 default user-check action for this scatterplot
 
str plot_kind = "scatter"
 specify this as a scatterplot rather than a profile histogram
 

Detailed Description

Refiner for 2D scatterplots

Definition at line 532 of file refiners.py.

Member Data Documentation

◆ default_check

str default_check = "Check if the distributions is reasonable."
static

default user-check action for this scatterplot

Definition at line 543 of file refiners.py.

◆ default_contact

str default_contact = "{module.contact}"
static

default contact person for this scatterplot

Definition at line 539 of file refiners.py.

◆ default_description

str default_description = "This is a scatter of {y_part_name} over {x_part_name}."
static

default description for this scatterplot

Definition at line 541 of file refiners.py.

◆ default_name

str default_name = "{module.id}_{y_part_name}_by_{x_part_name}_scatter{groupby_key}{stackby_key}"
static

default name for this scatterplot

Definition at line 535 of file refiners.py.

◆ default_title

str default_title = "Scatter of {y_part_name} by {x_part_name} from {module.title}"
static

default title for this scatterplot

Definition at line 537 of file refiners.py.

◆ plot_kind

str plot_kind = "scatter"
static

specify this as a scatterplot rather than a profile histogram

Definition at line 546 of file refiners.py.


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