create_relative_bar_plot¶ class maze.core.log_events.log_create_figure_functions.create_relative_bar_plot(value: List[Tuple[int, int]])¶ Counts the categories in value and prepares a relative bar plot of these. Parameters: value – List of Tuples of (action, action_dim) Returns: plt.figure that contains a bar plot