##// END OF EJS Templates
allow '--pylab osx' in qtconsole...
MinRK -
Show More
@@ -616,7 +616,7 b' def main():'
616 const='auto', help = \
616 const='auto', help = \
617 "Pre-load matplotlib and numpy for interactive use. If GUI is not \
617 "Pre-load matplotlib and numpy for interactive use. If GUI is not \
618 given, the GUI backend is matplotlib's, otherwise use one of: \
618 given, the GUI backend is matplotlib's, otherwise use one of: \
619 ['tk', 'gtk', 'qt', 'wx', 'inline'].")
619 ['tk', 'gtk', 'qt', 'wx', 'osx', 'inline'].")
620 parser.add_argument('--colors',
620 parser.add_argument('--colors',
621 type=str, dest='colors',
621 type=str, dest='colors',
622 help="Set the color scheme (NoColor, Linux, and LightBG).",
622 help="Set the color scheme (NoColor, Linux, and LightBG).",
@@ -629,6 +629,7 b" given, the GUI backend is matplotlib's, otherwise use one of: \\"
629 'qt' : QtKernel,
629 'qt' : QtKernel,
630 'qt4': QtKernel,
630 'qt4': QtKernel,
631 'inline': Kernel,
631 'inline': Kernel,
632 'osx': TkKernel,
632 'wx' : WxKernel,
633 'wx' : WxKernel,
633 'tk' : TkKernel,
634 'tk' : TkKernel,
634 'gtk': GTKKernel,
635 'gtk': GTKKernel,
General Comments 0
You need to be logged in to leave comments. Login now