Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Scaling issues with PyQt5 when using mixed resolution displays #8061

Closed
@astrofrog

Description

@astrofrog

I have a set-up where I have a retina MBP (bottom) plugged in to a non-retina display (top).

Normally Matplotlib looks fine on retina or non-retina displays when used separately, but in the case of mixed resolutions, the fonts and the elements of the figure appear too large on the non-retina display. The following image sequence shows a matplotlib window that was created on the retina display and is then moved to the non-retina display. The same issue happens if I create the figure in the non-retina display to start with, so this is not about moving from one to the other.

screen shot 2017-02-10 at 17 45 41
screen shot 2017-02-10 at 17 45 51
screen shot 2017-02-10 at 17 45 59
screen shot 2017-02-10 at 17 46 04

I then click in the bottom right to resize the window:

screen shot 2017-02-10 at 17 46 17

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions