|
36 | 36 | # animation by passing a function that iteratively modifies the data of a plot.
|
37 | 37 | # This is achieved by using the *setter* methods on various
|
38 | 38 | # :class:`~matplotlib.artist.Artist`
|
39 |
| -# (examples: :class:`~matplotlib.line.Line2D`, |
| 39 | +# (examples: :class:`~matplotlib.lines.Line2D`, |
40 | 40 | # :class:`~matplotlib.collections.PathCollection`, etc.). A usual
|
41 | 41 | # :class:`~matplotlib.animation.FuncAnimation` object takes a
|
42 | 42 | # :class:`~matplotlib.figure.Figure` that we want to animate and a function
|
@@ -236,11 +236,12 @@ def update(frame):
|
236 | 236 |
|
237 | 237 | ###############################################################################
|
238 | 238 | #
|
239 |
| -# ================================================ ============================= |
| 239 | +# ================================================ =========================== |
240 | 240 | # Writer Supported Formats
|
241 |
| -# ================================================ ============================= |
| 241 | +# ================================================ =========================== |
242 | 242 | # :class:`~matplotlib.animation.PillowWriter` .gif, .apng
|
243 | 243 | # :class:`~matplotlib.animation.HTMLWriter` .htm, .html, .png
|
244 |
| -# :class:`~matplotlib.animation.FFMpegWriter` All formats supported by *ffmpeg* |
| 244 | +# :class:`~matplotlib.animation.FFMpegWriter` All formats supported by |
| 245 | +# *ffmpeg* |
245 | 246 | # :class:`~matplotlib.animation.ImageMagickWriter` .gif
|
246 |
| -# ================================================ ============================= |
| 247 | +# ================================================ =========================== |
0 commit comments