plotnine.label_both

label_both(label_info, multi_line=True, sep=": ")

Concatenate the facet variable with the value

Parameters

label_info : strip_label_details

Label information to be modified.

multi_line : bool = True

Whether to place each variable on a separate line

sep : str = ": "

Separation between variable name and value

Returns

out : strip_label_details

Label information