Re: [Matplotlib-users] problem with import pylab

2010-01-17 Thread Erik Tollerud
Just based on the traceback, the problem seems to be in Tk - does anything in tk work for you? (e.g. any of the builtin python gui stuff) You might try installing wx and changing your matplotlibrc file to have the line "backend:WxAgg" in it. I've never tried using the wx backend on windows (anyon

[Matplotlib-users] matplot 3d. How do i change the position of the axis?

2010-01-17 Thread AliceMartin
This is what my graph looks like so far: http://old.nabble.com/file/p27189491/2hqfayh.png I want to move the z axis from the back right to the front left. How do i do this? Here is the relevant section of my code: def make_plot(xaxis): fig = plt.figure() ax = Axes3D(fig) ax.se

[Matplotlib-users] problem with import pylab

2010-01-17 Thread H L
Hello:   I am having problem with "import pylab". I attached the traceback below. I have googled on the web but haven't found a solution. Can someone here help?   I have ActivePython 2.5, numpy-1.4.0-win32, and matplotlib-0.99.1.win32-py2.5.exe, and Windows XP SP3. ---