yarp icon indicating copy to clipboard operation
yarp copied to clipboard

Yarpscope not working properly on MacOS with multiple coloumns/row

Open lrapetti opened this issue 3 years ago • 3 comments

Describe the bug When running a yarpscope with multiple rows/coloumns, only one of the plots is shown correctly. The behaviour also seems to be changing if I move the scope between the two screens connected to my laptop (see the following video). (Note that the problem is happening even if no external screen is connected)

https://user-images.githubusercontent.com/35487806/143460300-0ed6bc9e-8c4a-4254-b35b-7af998b7a5f5.mp4

To Reproduce Here are the configuration files that I have tested in the video below:

I run then without the source data being published, but I still would expect to see the plots (with data=0).

$ yarpscope --xml yarpscope_test.xml

Expected behavior I would expect to visualize the two plots, as I see it working on windows:

  • MacOS Screenshot 2021-11-22 at 10 20 25
  • Windows 2021-11-22

Configuration:

  • OS: MacOS 11.3.1
  • yarp version: 3.4.6
  • compiler: clang version 12.0.5

Additional context I think a similar problem was experienced in Ubuntu. @kouroshD can you confirm it?

lrapetti avatar Nov 25 '21 14:11 lrapetti

I think a similar problem was experienced in Ubuntu. @kouroshD can you confirm it?

Yes, that's correct.

kouroshD avatar Nov 25 '21 16:11 kouroshD

This is probably a bug in Qt5. What version are you using?

drdanz avatar Dec 02 '21 11:12 drdanz

This is probably a bug in Qt5. What version are you using?

5.15.2

lrapetti avatar Dec 02 '21 13:12 lrapetti