src.combined_metrics package
Submodules
src.combined_metrics.combined_metrics module
Read workout data and calculate combined metrics.
- src.combined_metrics.combined_metrics.configure_plot(ax, x_ticks, x_label, y_label, title) None[source]
Configure plot settings.
- src.combined_metrics.combined_metrics.plot_duration(params: PlotParams) None[source]
Plot workout duration using a PlotParams object.
- Parameters:
params (PlotParams) – PlotParams containing table, year and month
- Returns:
None
- src.combined_metrics.combined_metrics.plot_duration_volume_1rm(params: PlotParams) None[source]
Plot workout duration, volume and 1RM.
- Parameters:
table (TinyDB.table) – TinyDB table
- Returns:
None
src.combined_metrics.get_frequency_data module
Prepare workout frequency data for plotting.