Belle II Software development
|
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 | |
Refiner for 2D scatterplots
Definition at line 532 of file refiners.py.
|
static |
default user-check action for this scatterplot
Definition at line 543 of file refiners.py.
|
static |
default contact person for this scatterplot
Definition at line 539 of file refiners.py.
|
static |
default description for this scatterplot
Definition at line 541 of file refiners.py.
|
static |
default name for this scatterplot
Definition at line 535 of file refiners.py.
|
static |
default title for this scatterplot
Definition at line 537 of file refiners.py.
|
static |
specify this as a scatterplot rather than a profile histogram
Definition at line 546 of file refiners.py.