animatplot.Timeline¶
- class animatplot.Timeline(t, units='', fps=10, log=False)[source]¶
An object to contain and control all of the time
- Parameters
t (array_like) – Gets converted to a numpy array representing the time at each frame of the animation
units (str, optional) – the units the time is measured in.
fps (float, optional) – indicates the number of frames per second to play
log (bool, optional) – Displays the time scale logarithmically (base 10). Defaults to False.
Methods
Initialize self.