##// END OF EJS Templates
make pylab_activate call import_pylab with import_all
Jens Hedegaard Nielsen -
Show More
@@ -311,7 +311,7 b' def pylab_activate(user_ns, gui=None, import_all=True):'
311 311 """
312 312 gui, backend = find_gui_and_backend(gui)
313 313 activate_matplotlib(backend)
314 import_pylab(user_ns, backend)
314 import_pylab(user_ns, backend, import_all)
315 315
316 316 print """
317 317 Welcome to pylab, a matplotlib-based Python environment [backend: %s].
General Comments 0
You need to be logged in to leave comments. Login now