create_violin_distribution¶
- class maze.core.log_events.log_create_figure_functions.create_violin_distribution(value: List[numpy.ndarray], **kwargs)¶
Creates simple matplotlib violin plot of value.
- Parameters:
value – output of an event (expected to be a list of numpy vectors)
kwargs – Additional plotting relevant arguments.
- Returns:
plt.figure that contains a bar plot