Skip to content

Commit 22b67cd

Browse files
authored
Merge pull request matplotlib#28963 from anntzer/ad
Remove refs to outdated writers in animation.py.
2 parents 0f70a22 + f4e943e commit 22b67cd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/matplotlib/animation.py

-7
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@
2828
subprocess_creation_flags = (
2929
subprocess.CREATE_NO_WINDOW if sys.platform == 'win32' else 0)
3030

31-
# Other potential writing methods:
32-
# * http://pymedia.org/
33-
# * libming (produces swf) python wrappers: https://github.com/libming/libming
34-
# * Wrap x264 API:
35-
36-
# (https://stackoverflow.com/q/2940671/)
37-
3831

3932
def adjusted_figsize(w, h, dpi, n):
4033
"""

0 commit comments

Comments
 (0)