Shahid Maqbool
2022-08-07 12:48:01 UTC
Dear all,
The output of my program has this data structure. I want to plot
a 3D color plot; so which command I should use here?
# vtk DataFile Version 2.0
time_10.vtk
ASCII
DATASET STRUCTURED_GRID
DIMENSIONS 64 64 1
POINTS 4096 float
0.000000e+00 0.000000e+00 0.000000e+00
0.000000e+00 1.000000e+00 0.000000e+00
0.000000e+00 2.000000e+00 0.000000e+00
0.000000e+00 3.000000e+00 0.000000e+00
0.000000e+00 4.000000e+00 0.000000e+00
.
.
.
POINT_DATA 4096
SCALARS CON float 1
LOOKUP_TABLE default
3.924099e-01
4.029592e-01
4.077108e-01
3.937619e-01
4.073102e-01
3.991938e-01
.
.
.
Best regards
Shahid
The output of my program has this data structure. I want to plot
a 3D color plot; so which command I should use here?
# vtk DataFile Version 2.0
time_10.vtk
ASCII
DATASET STRUCTURED_GRID
DIMENSIONS 64 64 1
POINTS 4096 float
0.000000e+00 0.000000e+00 0.000000e+00
0.000000e+00 1.000000e+00 0.000000e+00
0.000000e+00 2.000000e+00 0.000000e+00
0.000000e+00 3.000000e+00 0.000000e+00
0.000000e+00 4.000000e+00 0.000000e+00
.
.
.
POINT_DATA 4096
SCALARS CON float 1
LOOKUP_TABLE default
3.924099e-01
4.029592e-01
4.077108e-01
3.937619e-01
4.073102e-01
3.991938e-01
.
.
.
Best regards
Shahid