Hello, <br><br>Is it possible to use two scalars for a single unstructured grid.?? Actually, to display vectors I am computing scale factor for each point and storing in a data array and i set this array as a scalar for unstructured grid:<br><br>uGrid-&gt;SetScalar(vec_values);<br><br>and i set this grid to glyph object<br><br>glyph-&gt;SetInput(uGrid);<br><br>and say,<br><br>glyph-&gt;SetScaleModeToScaleByScalar();<br><br>BY doing so, i get the desired output.. But when i want to display colored vectors, then i need to replace this scalar data array with color data array.. So my question is, by re[placing, will my scale factor data array be affected?? <br><br>If so is there any technique, where in i can attach more than one data array as a scalar to unstructured grid..?<br><br>Thanks<br>