remove_animation¶

Subplot.remove_animation(func)¶

Removes the passed animation function from both pre and post render.

Parameters:

func (callable) – The function to remove, raises a error if it’s not registered as a pre or post animation function.