Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Qt5Agg backend not rendering nicely on Windows HiDPI display #7813

Closed
@rgbrown

Description

@rgbrown

To help us understand and resolve your issue, please fill out the form to the best of your ability. You can feel free to delete the sections that do not apply.

Bug report

Bug summary

Figures rendered on my Surface Pro 3 are very blurry. It looks like the figures are scaled to compensate for my device's DPI scaling (natively 1.5x). This hadn't been the case up until recently. Disabling DPI awareness from Windows doesn't help. Using Anaconda 4.2

Code for reproduction

importmatplotlibmatplotlib.use('Qt5Agg')importmatplotlib.pyplotaspltfromnumpyimportlinspace,sinx=linspace(0,10,1000)plt.plot(x,sin(x))plt.show()#

Actual outcome
capture

Expected outcome

Until recently I would just get small (no attempt to compensate for HiDPI) figures without any blur, I'm not sure what has triggered the change.

Matplotlib version
Matplotlib 1.5.3
Python 3.5.2
Anaconda 4.2.0
on Windows 10

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp