0

I use Paraview to visualise flow field. The data is rescaled in the range [-a, a] as the picture shown. Flow field visualisation In this case, points with non-zero value only occur in the middle and most of points are with zero value. I would like to ask for help how can I set those points with zero value (grey) to have the same colour with background (blue).

Yongxin
  • 173
  • 2
  • 9

1 Answers1

1

You can use opacity mapping to map zero value to opacity = 0. From Color Map Editor, check Enable opacity mapping for surfaces. Then edit the opacity transfer function on the panel to get a suitable mapping.

Utkarsh
  • 1,492
  • 1
  • 11
  • 19