Re: [Matplotlib-users] (no subject)

2012-03-30 Thread Dorm Eight
DearFrancesco, Yes, I just tried it, it can be save perfectly. From: Francesco Montesano To: Dorm Eight ; matplotlib-users@lists.sourceforge.net Sent: Friday, March 30, 2012 8:01 PM Subject: Re: [Matplotlib-users] (no subject

[Matplotlib-users] (no subject)

2012-03-26 Thread Dorm Eight
hi, everybody! when I run my script, why there is no figure show up? I downloaded the demos from matplotlib gallery and it didn't work either. >>> >>> x=np.arange(100) >>> y=x**2+3*x-1 >>> pl.plot(x,y) [] >>> pl.show() >>> there is no error, no figure pop-up! Thank you for any answer! -