8000 Reposition note about pipe based writers · chahak13/matplotlib@85913db · GitHub
[go: up one dir, main page]

Skip to content

Commit 85913db

Browse files
committed
Reposition note about pipe based writers
1 parent 67c4f53 commit 85913db

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tutorials/introductory/animation_tutorial.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,7 @@ def update(frame):
229229
# ani.save(filename="/tmp/html_example.htm", writer="html")
230230
# ani.save(filename="/tmp/html_example.png", writer="html")
231231
#
232-
# FFMpegWriter - Since the frames are piped out to ffmpeg, this option supports
233-
# all formats supported by ffmpeg::
232+
# FFMpegWriter::
234233
#
235234
# ani.save(filename="/tmp/ffmpeg_example.mkv", writer="ffmpeg")
236235
# ani.save(filename="/tmp/ffmpeg_example.mp4", writer="ffmpeg")
@@ -239,3 +238,7 @@ def update(frame):
239238
# Imagemagick writers::
240239
#
241240
# ani.save(filename="/tmp/imagemagick_example.gif", writer="imagemagick")
241+
#
242+
# **NOTE**: Since the frames are piped out to *ffmpeg* or *imagemagick*,
243+
# *writer="ffmpeg"* and *writer="imagemagick"* support all formats supported by
244+
# *ffmpeg* and *imagemagick*.

0 commit comments

Comments
 (0)
0