<div dir="ltr"><div>Hello,<br>i am trying to figure out how to control the position of a scalarbar.<br>From what i could find online this should be possible by using two commands:<br></div>import paraview.simple as pvs<br><div><br>pvs.GetScalarBar(mylookuptable_fluid, myview).Position = [x, y]<br>pvs.GetScalarBar(mylookuptable_fluid, myview).Position2 = [x2, y2]<br><br></div><div>Can anyone point out what impact x, x2, y, y2 have towards the overall position ?<br></div><div>I have been playing with them for quite some time but it seems that x and x2 have no impact and y and y2 determine the distance of the scalarbar from the bottom of the view in percent.<br><br></div><div>Maybe it is important that i use a Horizontal orientation.<br></div><div>The goal is that the Bar is in the top left corner.<br><br><br></div><div>Regards,<br><br></div><div>Jonas <br></div></div>