2.6.1.3. cpforager.TDR_Collection.plot_stats_summary
- TDR_Collection.plot_stats_summary(fig_dir, file_id, plot_params, quantiles=[0.25, 0.5, 0.75, 0.9])
Produce the dive statistics summary of every TDR data.
- Parameters:
self (cpforager.TDR_Collection) – a TDR_Collection object
fig_dir (str) – figure saving directory.
file_id (str) – name of the saved figure.
plot_params (dict) – plot parameters dictionary.
quantiles (list[float]) – quantiles to emphasize.
- Returns:
the full diagnostic figure.
- Return type:
matplotlib.pyplot.Figure
The figure is save at the png format. Plots are histogram, boxplot and cumulative distribution.