← back to jflournoy__garmin-analysis

All specs 3 total

All specs Real LLM only Function bodies
link_axesREAL LLM gemma4:latest · · unknown
src/models/plot_zoom.py
Synchronizes the x-axes of a provided list of subplot axes objects. It accepts a list of matplotlib Axes objects as input and returns the same list of axes. The function iterates through the axes starting from the second element, calling the sharex method on each one against the first axis in the list. This action ensures that zooming or panning on one subplot will affect the corresponding axis on all other linked subplots.
link_axestemplated static_v1 · O(n) · MIT
src/models/plot_zoom.py · L63
Function `link_axes` with 1 parameter(s); returns `Any`. Contains 1 loop(s).
link_axestemplated static_v1 · O(n) · MIT
src/models/plot_zoom.py · L63
Link x-axes of multiple subplots for synchronized zooming.