Thanks Patrick! Unfortunately, negative spacings don't work with
QGraphicsGridLayout objects. In fact, I didn't find a layout which does support overlapping items.
Since I have much more than two plots, it would be cumbersome to try to put all in one cell.
I had one last idea which I'm not sure will work either, but is it possible to disable (vertical) clipping for a given viewbox? I didn't find anything in either the PyQtGraph or the Qt API, but maybe I missed something.
If nothing works, I guess writing a custom layout based on QGraphicsLayout which supports overlapping rows would still be an option.
Clemens