animate module
Define helper functions for the animation plots.
- get_limits(axes_instruments, instruments_to_ignore_for_limits=())[source]
Define constant limits for the animations.
- Parameters:
axes_instruments (
dict[Axes,Sequence[Instrument]]) – Dictionary linking all theInstrumentto the Axe they should be plotted onto.instruments_to_ignore_for_limits (
Sequence[Instrument|str], default:()) – Instruments that should not modify the limits.
- Return type:
- Returns:
Dictionary linking avery Axe with its limits.