<div>This problem is simple but interesting one.</div>
<div>I am plotting some scalar data over structured grids. The data file is as follow:</div>
<div> </div>
<div><?xml version="1.0"?><br><VTKFile type="StructuredGrid" version="0.1" byte_order="LittleEndian" compressor="vtkZLibDataCompressor"><br> <StructuredGrid WholeExtent="0 1 0 2 0 3">
<br> <Piece Extent="0 1 0 2 0 3"><br> <PointData><br> <DataArray type="Int16" Name="Fat ray (s)" format="ascii" RangeMin="0" RangeMax="6">
<br> 0 1 1 2 2 3<br> 1 2 2 3 3 4<br> 2 3 3 4 4 5<br> 3 4 4 5 5 6<br> </DataArray><br> <DataArray type="Int16" Name="Fat rays (s)" format="ascii" RangeMin="0" RangeMax="6">
<br> 0 1 1 2 2 3<br> 1 2 2 3 3 4<br> 2 3 3 4 4 5<br> 3 4 4 5 5 6<br> </DataArray><br> </PointData><br> <CellData><br> </CellData><br> <Points><br>
<DataArray type="Float32" Name="Array 0x85412e8" NumberOfComponents="3" format="ascii" RangeMin="0" RangeMax="3.7416573868"><br> 0 0 0 1 0 0<br>
0 1 0 1 1 0<br> 0 2 0 1 2 0<br> 0 0 1 1 0 1<br> 0 1 1 1 1 1<br> 0 2 1 1 2 1<br> 0 0 2 1 0 2<br> 0 1 2 1 1 2<br> 0 2 2 1 2 2<br> 0 0 3 1 0 3<br> 0 1 3 1 1 3
<br> 0 2 3 1 2 3<br> </DataArray><br> </Points><br> </Piece><br> </StructuredGrid><br></VTKFile></div>
<div> </div>
<div>In first PointData set I have used Name="Fat ray (s)" and Name="Fat rays (s)" in second case. When I tried to plot surface of these data pair separately, to my surprise, I get the constant value(it does not work even with
<strong>rescale to data range</strong>) to in first case while in second case it shows the righ result. Data are the same in two cases. I tried with several other data, but found the similar problem. Is it something the problem in my operating system or the problem with some key words conflict in paraview
3.1.0? I would be grateful for the suggestions. </div>
<div> </div>
<div>Sincerely,</div>
<div>Hom Nath </div>