plotnine.facets.labelling.label_value¶
- plotnine.facets.labelling.label_value(label_info: strip_label_details, multi_line: bool = True) strip_label_details [source]¶
Keep value as the label
- Parameters:
- label_info
strip_label_details
Label information whose values will be returned
- multi_linebool
Whether to place each variable on a separate line
- label_info
- Returns:
- out
strip_label_details
Label text strings
- out