set_value_labels#
- VectorFloatHistogramFunction.set_value_labels(
- self: VectorFloatHistogramFunction,
- value_labels: list[tuple[numpy.ndarray[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.