Topic: Problem while using the Python Packages

Hello,
I am suryansh and i have installed python 2.6 along with numpy and matplotlib.
But when I am using pyplot.plot(x,y).
I am getting an error:[<matplotlib.lines.Line2D object at 0x035D9B50>]

why this error is coming i don't know.
Help me to get out of this problem.

Thumbs up

Re: Problem while using the Python Packages

Thats not an error, its an instance

Thumbs up