All specs 2 total
zoom_to_presetREAL LLM gemma4:latest · · unknownsrc/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 · MITsrc/models/plot_zoom.py · L84
Zoom axes to a preset range.