.. _plot_functions_page: Plotting Functions ------------------ The plotting module can be used to plot the dives from the output netCDF files. ``plot_from_nc()`` will plot a single dive separated into its pahses and ``cluster_summary_plot()`` will five the minimum, maximum, and average depth at time (seconds) into the dive for each cluster. .. currentmodule:: divebomb.plotting .. automodule:: divebomb.plotting :members: :undoc-members: :private-members: