[Paraview] Scalar bar range bug

David C Thompson dcthomp at sandia.gov
Fri Aug 11 16:22:22 EDT 2006


Hi all,

I've noticed when I have a point array and a cell array with the same
name that the scalar bar always sets its range to the point array's
range -- even when I am coloring by the cell array. Reset range doesn't
update the range properly, even if I switch to an array of a different
name and then back to the cell array. I've attached a simple example
mesh. This is using a CVS checkout of ParaView from 1-2 days ago. If
anyone can verify this as a bug, I'll be glad to file a bug report.

	David
-------------- next part --------------
# vtk DataFile Version 1.0
Cube example
ASCII

DATASET POLYDATA
POINTS 8 float
0.0 0.0 0.0
1.0 0.0 0.0
1.0 1.0 0.0
0.0 1.0 0.0
0.0 0.0 1.0
1.0 0.0 1.0
1.0 1.0 1.0
0.0 1.0 1.0
POLYGONS 6 30
4 0 1 2 3
4 4 5 6 7
4 0 1 5 4
4 2 3 7 6
4 0 4 7 3
4 1 2 6 5

CELL_DATA 6
SCALARS user_ids int
LOOKUP_TABLE default
0
1
2
3
4
5
NORMALS cell_normals float
0 0 -1
0 0 1
0 -1 0
0 1 0
-1 0 0
1 0 0

POINT_DATA 8
SCALARS user_ids float
LOOKUP_TABLE default
0.0
1.0
2.0
3.0
4.0
5.0
6.0
7.0


More information about the ParaView mailing list