trajan.animation.Animation.set_title# animation.Animation.set_title(title)# Control the axes title. Parameters: title (str or None) – 'auto' (default) shows the current time stamp per frame inside the axes. None suppresses the timestamp entirely. Any other string is used as a fixed axes title (timestamp still shown inside). Returns: self