Show More
@@ -311,7 +311,7 b' def pylab_activate(user_ns, gui=None, import_all=True):' | |||||
311 | """ |
|
311 | """ | |
312 | gui, backend = find_gui_and_backend(gui) |
|
312 | gui, backend = find_gui_and_backend(gui) | |
313 | activate_matplotlib(backend) |
|
313 | activate_matplotlib(backend) | |
314 | import_pylab(user_ns, backend) |
|
314 | import_pylab(user_ns, backend, import_all) | |
315 |
|
315 | |||
316 | print """ |
|
316 | print """ | |
317 | Welcome to pylab, a matplotlib-based Python environment [backend: %s]. |
|
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