A word of caution: If you are going to use ParaView in this mode, you have to stick to the Python interface of ParaView. It is not possible to start the GUI from Python. If you want to use the GUI, you need to start the GUI and then load you Python module.script from the Python console.
So, you have some arrays. What about the mesh? Is it defined by these arrays? What do you mean by "plot these arrays"? Are you interested in line charts only? -berk On Wed, Feb 4, 2009 at 3:05 PM, <[email protected]> wrote: > > Hello, > I am loading the Paraview module from the standard Python shell. I've got a > Python-C interface and I transfer some C-arrys to a Python script, where I > convert them to a numpy array. I'd like to start Paraview from this script, > in order to plot these arrays. But I don't know how. > > best regards, > Nathalie Rauschmayr > _______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
