On 09/04/2012 02:20 PM, Frank Horowitz wrote: > x = inputs[0].PointData['Scalars_'] I thought one needs to convert a vtkarray to a numpy array with x = numpy.array(inputs[0].PointData['Scalars_']) before doing anything with it.