bahamas.plot_utils
Functions
|
Plot histogram for sampled data |
Module Contents
- bahamas.plot_utils.plot_histogram(data_dict, title, save=False, show=True)[source]
Plot histogram for sampled data
- Parameters:
data_dict (dict) – dictionary of sampled data
title (str) – title for the plot
save (bool, optional) – Save plot into .png file if True (defaults to False)
- Returns:
plotly figure object
- Return type:
figure object