Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e6e7b4

Browse files
committed
MNT: remove unused rcparam
1 parent 676eeb4 commit 9e6e7b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/rcsetup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -966,8 +966,7 @@ def __call__(self, s):
966966
'animation.convert_path': ['convert', six.text_type],
967967
# Additional arguments for mencoder movie writer (using pipes)
968968

969-
'animation.convert_args': [[], validate_stringlist],
970-
'unpack_labeled': [True, validate_bool], }
969+
'animation.convert_args': [[], validate_stringlist]}
971970

972971

973972
if __name__ == '__main__':

0 commit comments

Comments
 (0)