> > ds=phi3as.mlab_source.dataset; these existed before, too): > Do you do anything with ds? If so what? Do you have a self-contained > minimalist example that replicates the problem.
I do ds.point_data.add_array(phi2.ravel()) a couple of times and the corresponding ds.point_data.get_array(nid2).name = "phi2" as well. Other than that, no. Oh, I give a name to the vector field, too, but that's it. > I suspect that you still have references :). First of all, is this in the > Python interpreter, or IPython. The example came from python, but it does not matter: same happens with ipython. Of course, with ipython, I cannot clean up the namespace quite that much. > I suspect a reference lying somewhere, maybe in the Mayavi pipeline (it > can be a bit nasty, in terms of references :P) But where IS the pipeline? My namespace is "empty"! I shall try to generate a minimalist example, but this is in the middle of a rather complex code, so it may take time. If I cannot reproduce this with simple mlab.mesh() or the like, it will be very difficult to debug: the data files I use are not very small... Therefore, I would appreciate any ideas while I try to create a test case. Cheers, Juha ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ MayaVi-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mayavi-users
