Show More
@@ -585,7 +585,7 b' class MatplotlibShellBase:' | |||
|
585 | 585 | Welcome to pylab, a matplotlib-based Python environment. |
|
586 | 586 | For more information, type 'help(pylab)'. |
|
587 | 587 | """ |
|
588 |
return user_ns, |
|
|
588 | return user_ns,user_global_ns,b | |
|
589 | 589 | |
|
590 | 590 | def mplot_exec(self,fname,*where,**kw): |
|
591 | 591 | """Execute a matplotlib script. |
General Comments 0
You need to be logged in to leave comments.
Login now