(no subject)

________________________________
From: Francesco Montesano <franz.bergesund@...982...>
To: Dorm Eight <dormeight@...9...>
Cc: "matplotlib-users@lists.sourceforge.net"
<matplotlib-users@lists.sourceforge.net>
Sent: Tuesday, March 27, 2012 3:38 PM
Subject: Re: [Matplotlib-users] (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 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

------------------------------------------------------------------------------
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

Dear Dorm,

please reply to all the list.

My system is Fedora 3.3.0-4.fc16.x86_64, after I recently updated the
system with 'yum update', the problem appeared.
the Matplotlib version is 1.10. I have no idea at all now.

I've tested your small example on python 2.6, matplotlib 1.0.0 with
MacOSX backend and on Kubuntu 11.04, python 2.7, matplotlib 1.1, with
TkAgg and Qt4Agg backends and the small code works for me. In all
cases I have set "plt.ion()"

If you save the figure instead of showing, does it work?
Which backend are you using: the name is stored in "matplotlib.backends.backend"

Cheers
Francesco

···

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

Dear Francesco,

Yes, I just tried it, it can be save perfectly.

···

From: Francesco Montesano <franz.bergesund@…982…>
To: Dorm Eight <dormeight@…9…>; matplotlib-users@lists.sourceforge.net
Sent: Friday, March 30, 2012 8:01 PM
Subject: Re: [Matplotlib-users] (no
subject)


From: Francesco Montesano <franz.bergesund@…982…>
To: Dorm Eight <dormeight@…9…>
Cc: “matplotlib-users@lists.sourceforge.net
matplotlib-users@lists.sourceforge.net
Sent: Tuesday, March 27, 2012 3:38 PM
Subject: Re: [Matplotlib-users] (no subject)

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

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


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
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Il 30 marzo 2012 13:23, Dorm Eight <dormeight@…9…> ha scritto:

Dear Dorm,

please reply to all the list.

My system is Fedora 3.3.0-4.fc16.x86_64, after I recently updated the
system with ‘yum update’, the problem appeared.
the
Matplotlib version is 1.10. I have no idea at all now.

I’ve tested your small example on python 2.6, matplotlib 1.0.0 with
MacOSX backend and on Kubuntu 11.04, python 2.7, matplotlib 1.1, with
TkAgg and Qt4Agg backends and the small code works for me. In all
cases I have set “plt.ion()”

If you save the figure instead of showing, does it work?
Which backend are you using: the name is stored in “matplotlib.backends.backend”

Cheers
Francesco

Dear Dorm,

Dear Francesco,
Yes, I just tried it, it can be save perfectly.

so might be a problem with the backend.
Give a look to this page:

and try to change the backend.
I think that I cannot help much more here. Does anyone else has an
idea if there might be any other problem?

Cheers,
Francesco

···

Il 30 marzo 2012 14:17, Dorm Eight <dormeight@...9...> ha scritto:

________________________________
From: Francesco Montesano <franz.bergesund@...982...>
To: Dorm Eight <dormeight@...9...>; matplotlib-users@lists.sourceforge.net
Sent: Friday, March 30, 2012 8:01 PM

Subject: Re: [Matplotlib-users] (no subject)

________________________________
From: Francesco Montesano <franz.bergesund@...982...>
To: Dorm Eight <dormeight@...9...>
Cc: "matplotlib-users@lists.sourceforge.net"
<matplotlib-users@lists.sourceforge.net>
Sent: Tuesday, March 27, 2012 3:38 PM
Subject: Re: [Matplotlib-users] (no subject)

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

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

------------------------------------------------------------------------------
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

Il 30 marzo 2012 13:23, Dorm Eight <dormeight@...9...> ha scritto:

Dear Dorm,

please reply to all the list.

My system is Fedora 3.3.0-4.fc16.x86_64, after I recently updated the
system with 'yum update', the problem appeared.
the Matplotlib version is 1.10. I have no idea at all now.

I've tested your small example on python 2.6, matplotlib 1.0.0 with
MacOSX backend and on Kubuntu 11.04, python 2.7, matplotlib 1.1, with
TkAgg and Qt4Agg backends and the small code works for me. In all
cases I have set "plt.ion()"

If you save the figure instead of showing, does it work?
Which backend are you using: the name is stored in
"matplotlib.backends.backend"

Cheers
Francesco

------------------------------------------------------------------------------
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