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

Skip to content

[MNT]: Should set_size_inches be updated to use device_pixel_ratio? #21090

Closed
@anntzer

Description

@anntzer

Summary

set_size_inches currently uses

dpi_ratio = getattr(canvas, '_dpi_ratio', 1)

I haven't actually tried, but I wonder if that was missed in #19126, and should be changed to canvas.device_pixel_ratio?

(Likewise, backend_macosx.py would likely need to be updated in the same manner?)

Proposed fix

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions