2.7.1.7. cpforager.AXY_Collection.plot_trip_stats_summary

AXY_Collection.plot_trip_stats_summary(fig_dir, file_id, plot_params, quantiles=[0.25, 0.5, 0.75, 0.9])

Produce the trip statistics summary of every AXY data.

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