% LD_PRELOAD=/usr/lib/libstdc++.so.6 ipython -pylab Python 2.6.6 (r266:84292, Dec 27 2010, 00:02:40) Type "copyright", "credits" or "license" for more information.
IPython 0.10.1 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object'. ?object also works, ?? prints more. Welcome to pylab, a matplotlib-based Python environment. For more information, type 'help(pylab)'. In [1]: plot([1,2,3,4],[9,5,4,7]) Out[1]: [<matplotlib.lines.Line2D object at 0xa36a82c>] Show a nice plot. _______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

