Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54e44b commit 41b8f2fCopy full SHA for 41b8f2f
1 file changed
IPython/core/magics/pylab.py
@@ -42,7 +42,7 @@ class PylabMagics(Magics):
42
@skip_doctest
43
@line_magic
44
@magic_arguments.magic_arguments()
45
- @magic_arguments.argument('-l', '--list', default=False, action='store_true',
+ @magic_arguments.argument('-l', '--list', action='store_true',
46
help='Show available matplotlib backends')
47
@magic_gui_arg
48
def matplotlib(self, line=''):
0 commit comments