[Matplotlib-users] Installation: show(), and nothing happens...

2012-04-14 Thread Naljer

Hi! :-)

there are three build-in python versions in my linux-distro

python (Standard) ->python 2.6.5
python2.7 ->python 2.7.1
python3->python 3.1.2

mpl works fine with py2.6.5 (installed via packagemanager), but
i would like to use the new versions of numpy, scipy and mpl.

and so

python2.7 setup.py install (numpy, scipy and mpl)

all without saying! But after 

from pylab import *
and
plot([1,2,3],[1,4,9])
and
show()

...nothing happens?! No window or errormessage. So something seems missing?

http://old.nabble.com/file/p33688343/py2.6.5.jpeg 

http://old.nabble.com/file/p33688343/py2.7.1.jpeg 

What's wrong? And what i've exactly to do so that mpl works with python 2.7
?

:-)
-- 
View this message in context: 
http://old.nabble.com/Installation%3A-show%28%29%2C-and-nothing-happens...-tp33688343p33688343.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] install/link matplotlib backend in parallel python version

2012-04-18 Thread Naljer

Hi,

I would like to use the pre-installed backends like TKAgg an so on

with python2.7.

My standard-python is 2.6 and python 2.7 doesnt find the backends.

python2.7:
import matplotlib
matplotlib.use('TkAgg') 
from pylab import *

error something like: no tkinter installed

Please help! :-)
-- 
View this message in context: 
http://old.nabble.com/install-link-matplotlib-backend-in-parallel-python-version-tp33707166p33707166.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users