set_value_labels#
- VectorFloatHistogramFunction.set_value_labels(
- self: VectorFloatHistogramFunction,
- value_labels: collections.abc.Sequence[tuple[Annotated[numpy.typing.ArrayLike, numpy.float64, '[m, 1]'], str]] | None,
Add labels values of the function.
- Parameters:
value_labels (Optional[list[tuple[np.ndarray, str]]]) – A list of (value, label). If None, the value labels are cleared.