Commit 07d8a51
committed
Deprecate unused rcParams["animation.html_args"].
I guess it was intended as a parallel for e.g. `animation.ffmpeg_args`
-- a list of command-line arguments additionally passed to ffmpeg -- but
no external program is used by the html animation writer.1 parent db55918 commit 07d8a51Copy full SHA for 07d8a51
File tree
Expand file treeCollapse file tree
4 files changed
+17
-6
lines changedOpen diff view settings
Filter options
- doc/api/next_api_changes
- lib/matplotlib
Expand file treeCollapse file tree
4 files changed
+17
-6
lines changedOpen diff view settings
Collapse file
doc/api/next_api_changes/deprecations.rst
Copy file name to clipboardExpand all lines: doc/api/next_api_changes/deprecations.rst+5Lines changed: 5 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
381 | 381 | |
382 | 382 | |
383 | 383 | |
| 384 | + |
| 385 | + |
| 386 | + |
| 387 | + |
| 388 | + |
Collapse file
+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
619 | 619 | |
620 | 620 | |
621 | 621 | |
| 622 | + |
622 | 623 | |
623 | 624 | |
624 | 625 | |
|
Collapse file
lib/matplotlib/animation.py
Copy file name to clipboardExpand all lines: lib/matplotlib/animation.py+11-5Lines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
784 | 784 | |
785 | 785 | |
786 | 786 | |
787 | | - |
| 787 | + |
| 788 | + |
| 789 | + |
| 790 | + |
| 791 | + |
788 | 792 | |
789 | 793 | |
790 | 794 | |
| ||
793 | 797 | |
794 | 798 | |
795 | 799 | |
| 800 | + |
| 801 | + |
| 802 | + |
| 803 | + |
796 | 804 | |
797 | 805 | |
| 806 | + |
| 807 | + |
798 | 808 | |
799 | 809 | |
800 | 810 | |
801 | 811 | |
802 | 812 | |
803 | 813 | |
804 | | - |
805 | 814 | |
806 | 815 | |
807 | 816 | |
808 | | - |
809 | | - |
810 | | - |
811 | 817 | |
812 | 818 | |
813 | 819 | |
|
Collapse file
-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
728 | 728 | |
729 | 729 | |
730 | 730 | |
731 | | - |
732 | 731 | |
733 | 732 | |
734 | 733 | |
|
0 commit comments