Re: surface plotting
2007-12-01 16:48:05 GMT
Joe Harrington wrote: > Well, I was hoping for a lighter solution, but I gave it a one-hour try. > It didn't help that when I did the link to the user docs was broken > (it's fixed now). I got so far as installing mayavi2 and trying to > figure it out without the doc, but ran out of time and wasn't able to > figure out surface plotting my existing numpy array. This was for use > in a class and I decided that if I couldn't figure out how to do it in > an hour I probably couldn't expect the students to do it at all. Sorry about the mess with installation instructions etc. I'm trying to get some help regarding this but I've been too busy otherwise to do much about it -- end of semester here. I'm hoping to try and get something done about it over the next couple of weeks. One of the easiest ways to get things installed without eggs right now is to first install the dependencies -- wxPython 2.6, python-vtk and numpy and then grab the tarballs here: http://code.enthought.com/downloads/source/ets2.6/ Untar them and build them each cd enthought.traits ./build.sh vi/emacs install.sh ./install.sh for all the tarballs and you should have mayavi installed. The script is broken in that it does not install the mayavi executable though -- need to fix that.(Continue reading)
RSS Feed