(no subject)

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)
[<matplotlib.lines.Line2D object at 0x2581050>]
pl.show()

there is no error, no figure pop-up!

Thank you for any answer!

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)

[<matplotlib.lines.Line2D object at 0x2581050>]

pl.show()

there is no error, no figure pop-up!

Thank you for any answer!

Hi Dorm
If you can send more info about the operating system and matplotlib
version, it's easier to help you
(for the latter do
import matplotlib
print matplotlib.__version__
)

Cheers,
Francesco

···

Il 27 marzo 2012 05:08, Dorm Eight <dormeight@...9...> ha scritto:

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options