**********

# get color legend/bar for 'vLUT' in view 'renderView1'
vLUTColorBar = GetScalarBar(vLUT, renderView1)

# Properties modified on vLUTColorBar
vLUTColorBar.AutoOrient = 0
vLUTColorBar.Orientation = 'Horizontal'

**********

- renderView1 is name of view

- vLUT = GetColorTransferFunction('v'), a variable for 'v' velocity

 change legend layout from 'vertical' to 'horizontal' in Paraview

相关文章:

  • 2021-07-13
  • 2022-12-23
  • 2021-11-15
  • 2022-12-23
  • 2022-12-23
  • 2022-01-16
  • 2022-12-23
猜你喜欢
  • 2021-07-29
  • 2021-06-24
  • 2021-05-30
  • 2021-12-07
  • 2021-05-14
  • 2022-12-23
  • 2021-11-10
相关资源
相似解决方案