create_histogram¶
- class maze.core.log_events.log_create_figure_functions.create_histogram(value)¶
Creates simple matplotlib histogram of value.
- Parameters:
value – output of an event
- Returns:
plt.figure that contains a bar plot
Creates simple matplotlib histogram of value.
value – output of an event
plt.figure that contains a bar plot