File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
galleries/users_explain/animations Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ Animation
1818The easiest way to make a live animation in Matplotlib is to use one of the
1919`Animation ` classes.
2020
21+ .. seealso ::
22+ - :ref: `animations `
23+
2124.. inheritance-diagram :: matplotlib.animation.FuncAnimation matplotlib.animation.ArtistAnimation
2225 :parts: 1
2326
Original file line number Diff line number Diff line change 1111generate animations using the `~matplotlib.animation` module. An
1212animation is a sequence of frames where each frame corresponds to a plot on a
1313`~matplotlib.figure.Figure`. This tutorial covers a general guideline on
14- how to create such animations and the different options available.
14+ how to create such animations and the different options available. More information is available in the API description: `~matplotlib.animation`
1515"""
1616
1717import matplotlib .pyplot as plt
You can’t perform that action at this time.
0 commit comments