create_categorical_plot

class maze.core.log_events.log_create_figure_functions.create_categorical_plot(value: Union[List[Tuple[int, int]], List[int], List[float]])

Checks the type of value and calls the correct plotting function accordingly.

Parameters

value – Output of an reducer function

Returns

plt.figure that contains a bar plot