8000 DOC: correct outdated comment in matplotlibrc · matplotlib/matplotlib@1d4ab69 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d4ab69

Browse files
committed
DOC: correct outdated comment in matplotlibrc
Technically ffmpeg will stitch a series of different size static images into a movie, however it does so my scaling each subsequent frame to be the dimensions of the first which results in sub-optimal output.
1 parent e6c4a67 commit 1d4ab69

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/matplotlib/mpl-data/matplotlibrc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -690,9 +690,8 @@
690690
#savefig.edgecolor: auto # figure edge color when saving
691691
#savefig.format: png # {png, ps, pdf, svg}
692692
#savefig.bbox: standard # {tight, standard}
693-
# 'tight' is incompatible with pipe-based animation
694-
# backends (e.g. 'ffmpeg') but will work with those
695-
# based on temporary files (e.g. 'ffmpeg_file')
693+
# 'tight' is incompatible with generating frames
694+
# for animation
696695
#savefig.pad_inches: 0.1 # padding to be used, when bbox is set to 'tight'
697696
#savefig.directory: ~ # default directory in savefig dialog, gets updated after
698697
# interactive saves, unless set to the empty string (i.e.

0 commit comments

Comments
 (0)
0