Hi,all<br>I use a dataset with multiple vtkScalars example &quot;pressure&quot; &quot;density&quot; 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(&quot;density&quot;).GetRange());<br><br>but it dosn&#39;t work.the range set to &quot;density&quot; but the color also show &quot;pressure&quot;.<pre>Thanks in advance
</pre><br>