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