[Paraview] trouble with paraview.simple.AssignLookupTable

2014-02-24 Thread Scott, W Alan
I have a user that is trying to assign a custom color map in Python. How is this done? I tried the trace recorder, but it doesn't show this action/command. Mu user's note is below: Thanks, Alan Hello, I am trying to use paraview.simple python interface to assign a custom color map, but

Re: [Paraview] trouble with paraview.simple.AssignLookupTable

2014-02-24 Thread Burlen Loring
Hi Alan, You get the array object from the source/reader/filter's point data. for example w = Wavelet() wa = w.PointData.GetArray('RTData') See if this example doesn't help: http://paraview.org/Wiki/ParaView/Python/Lookup_tables Burlen On 2/24/2014 1:29 PM, Scott, W Alan wrote: I