From: stdout s. <azi...@gm...> - 2006-03-26 18:25:44
|
Hello list! I spent the entire weekend trying to make the first example in the screenshot section (http://matplotlib.sourceforge.net/screenshots.html) work : from pylab import * t =3D arange(0.0, 2.0, 0.01) s =3D sin(2*pi*t) plot(t, s, linewidth=3D1.0) xlabel('time (s)') ylabel('voltage (mV)') title('About as simple as it gets, folks') grid(True) show() The given example works on my friend's system, but here what it does , it's just a quiet exit : $python example.py $ I then try ed to run python with --verbose-helpful but it was still all quiet. Also trying to install scipy & friends manually haven't produced any success ;-( . I'm desperate as I really don't know where to look for the issue. I'm that helps, i'm using gentoo. Enjoy! -- Utmpd author : http://utmpdix.sourceforge.net/ |