Hi,all<br>I use a dataset with multiple vtkScalars example "pressure" "density" or others.<br>now I want to show color map which i select to show.but it always show the first scalars.<br><br>i try to use
<br><br>mapper.SetScalarRange(dataset.GetPointData().GetScalars("density").GetRange());<br><br>but it dosn't work.the range set to "density" but the color also show "pressure".<pre>Thanks in advance
</pre><br>