With VisPy library, one can set canvas position by doing:
from vispy import app
canvas = app.Canvas(position=(0,0)) #Left top position
Is there a way to do the same with PyQtGraph library?
import pyqtgraph as pg
win = pg.GraphicsWindow() #position?