Change the on-screen coordinates of the info box
| <vizinfo>.translate( | |
| [x,y] | # 0 to 1 |
)
[x,y]
The new position of the info box in screen coordinates
This command will change the coordinates of the info box to the given screen coordinates. The position will be centered around the info box button. The default position of the info box is [0.95,0.95]
None