I am using Vispy to display some real-time signals, based on the example on the webpage. In particular I'm using app.Canvas to create and update the display.
Is there a way to specify geometry information when then canvas is created? Ideally I'd like to specify the size, coordinates and monitor for the new window. But specifying the monitor is the most important part.