Hi folks,
In function vis.visualization, how can I set the position of the whole window (instead of the view/plot)? Thanks.
Hi folks,
In function vis.visualization, how can I set the position of the whole window (instead of the view/plot)? Thanks.
You can resize the window by setting the view width and height (attributes w and h in the object returned from vis.getViewport()). To set the position, you will need to use Qt or GLUT calls on the object accessed by vis.nativeWindow().window. See for example https://pythonprogramminglanguage.com/pyqt5-center-window/ for more information about how to set the window position in Qt.