mayavi posts – Page 3

My travels this summer

This summer has been hectic (life is hectic anyhow!). As I was switching fields from physics to neuro-imaging, I took the chance to travel to the US and to spend the summer doing Python-related stuff.

Austin - Enthought

I spent most of my time this summer at Enthought, in Austin, Texas …

Docs using Sphinx

After Ipython and Sympy, Mayavi is now using sphinx to build its docs. Sphinx is very neat because it allows for high quality pdf and html from the same restructured text source. The killer feature is that the resulting html pages have a builtin search that works with javascript, and …

How is Mayavi pronounced

I have been traveling recently and talking to friendly Geeks I didn’t know yet. I have been surprised to see that many people were pronouncing “Mayavi”, “Maya-V-I”, is in “V-I”, like the old Unix editor. Maybe this comes from the spelling “MayaVi”, that Prabhu and I recently decided to …

Playing with filters in Mayavi2

Mayavi uses VTK as a rendering engine. It does its best not to force you to learn anything about VTK, and I often forget about the infinite possibilities of this visualization toolkit, but sometimes it can be interesting to actually look at bit more at its data processing algorithms to …

Adding simple customisation to Mayavi2

Mayavi2 is a rewrite of the original Mayavi application to make it easier to adapt and customize.

Mayavi2 uses, for its full-blown application, the Envisage framework. As a result it can both use envisage plugins (such as the logger and the python shell), and contribute to other plugins, thus providing …

Mayavi2 in Ubuntu

After Debian, Mayavi2 has just made it into Ubuntu Hardy (http://packages.ubuntu.com/hardy/science/mayavi2). From what I can see, the deps look just good, thanks a lot to Varun for making sure the Debian package was in shape. This means in April, it will be massively …

Mayavi2 in Debian

Thanks to the combined efforts of Ondrej Certik, who made me do the necessary tarballs, and Varun Hiremath, who finalized the packaging efforts, Mayavi2 is now in Debian ( http://packages.debian.org/sid/mayavi2 ). Currently, it is in testing, but it will soon trickle down to unstable. Along with Mayavi2 …

Mayavi2: using from ipython

Recently Prabhu and I have been ironing the library aspect of Mayavi2 (library as opposed to application). One of the usecases we are interested in, is interative use, via for instance ipython, a la pylab.

Most people think of Mayavi as a big and powerful application, maybe a bit clunky …