← back to jflournoy__garmin-analysis

All specs 2 total

All specs Real LLM only Function bodies
zoom_to_presetREAL LLM gemma4:latest · · unknown
src/models/plot_zoom.py
Adjusts the visible range of the provided axes object based on a specified time period preset. It accepts the axes object, a string identifying the desired zoom level ('last_week', 'last_month', 'last_year', or 'all'), and an optional reference date. The function modifies the x-axis limits accordingly, returning the modified axes object for method chaining.
zoom_to_presettemplated static_v1 · constant · MIT
src/models/plot_zoom.py · L84
Zoom axes to a preset range.