plotnine.facets.labelling.label_both¶
- plotnine.facets.labelling.label_both(label_info: strip_label_details, multi_line: bool = True, sep: str = ': ') strip_label_details [source]¶
Concatenate the facet variable with the value
- Parameters
- label_info
strip_label_details
Label information to be modified.
- multi_linebool
Whether to place each variable on a separate line
- sep
python:str
Separation between variable name and value
- label_info
- Returns
- out
strip_label_details
Label information
- out