More control over laying out 3 images in pyqtgraph python
0
I'm going crazy trying to figure out a very simple thing, but I can't get my head around it with such a crazy deep hierarchy of windows, layouts, graphic layouts, objects, viewboxes, imageviews, imageitems etc. I have a green square image in a 16:9 window and it appears nice big & centred. See image below. There is a small gap on either side, and I would like to add two very thin images, like the red one and the blue one below. But I'd like: the green square to not move the red, blue and green images should all be the same height (which is the same height as in the prev image) the red and blue images should be centred in the gap to the left and right of the green square How can I do this? (Ideally I would do it without manually calculating the coordinates and placing them there!) Basic c