##// END OF EJS Templates
remove explicit default...
Matthias Bussonnier -
Show More
@@ -42,7 +42,7 b' class PylabMagics(Magics):'
42 42 @skip_doctest
43 43 @line_magic
44 44 @magic_arguments.magic_arguments()
45 @magic_arguments.argument('-l', '--list', default=False, action='store_true',
45 @magic_arguments.argument('-l', '--list', action='store_true',
46 46 help='Show available matplotlib backends')
47 47 @magic_gui_arg
48 48 def matplotlib(self, line=''):
General Comments 0
You need to be logged in to leave comments. Login now