2.8.1.6. cpforager.GPS_TDR_Collection.plot_dive_stats_summary

GPS_TDR_Collection.plot_dive_stats_summary(fig_dir, file_id, plot_params, quantiles=[0.25, 0.5, 0.75, 0.9])

Produce the dive statistics summary of every GPS_TDR data.

Parameters:
  • self (cpforager.GPS_TDR_Collection) – an GPS_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.