Hello,
I have a pyside2 application with a PlotWidget derived class embedded.
When I start the application on a single screen machine, the output of the on the plot widget is as expected. But when I have a secondary screen plugged into my machine the output goes haywire when I move the application windows to the second window (no matter the resolution on it):
On the "main" screen:

When moved to the second screen:

I'm using the development branch from github (0.11.0dev0+g41d2bc0), python v3.6.5, and pyside2 v5.11.0.
Any ideas of what is happening?
Cheers,