-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Bug in the HiDPI support in the qt5agg backend #8717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
😞 I thought we had this sorted out. There is a bunch of jiggery-pokery to double the DPI under the hood. Does it help if you set the figure size after your create and add the canvas? attn @efiring |
Nope. Putting
fig.set_size_inches(6, 4)
at different places after setting the canvas in the code doesn't make a
difference.
…____________________________________________________________________________
______
David Pine
New York University
Silver Professor
Chair, Department of Chemical & Biomolecular Engineering
NYU Tandon School of Engineering
Professor of Physics
NYU College of Arts & Science
Office (Brooklyn):158 Jacobs Administration Building [6 MetroTech Center,
Brooklyn, New York 11201]
Office (Manhattan): Room 883 [726 Broadway, New York, NY 10003]
Tel: 646-997-3004 (Brooklyn)
Tel: 212-998-7744 (Manhattan)
Web: http://www.physics.nyu.edu/pine/Home.html
E-mail: [email protected]
____________________________________________________________________
______________
On Mon, Jun 5, 2017 at 12:07 AM, Thomas A Caswell ***@***.***> wrote:
😞 I thought we had this sorted out.
There is a bunch of jiggery-pokery to double the DPI under the hood. Does
it help if you set the figure size after your create and add the canvas?
attn @efiring <https://github.com/efiring>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8717 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADI5-R7ukRc9Asxkin0CQY8fjw0MYlEiks5sA37pgaJpZM4NvdUW>
.
|
The |
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug summary
The interactive plot window is too small, but the text remains at the size that would be correct for a larger properly sized window.
It works if you go through pyplot:
but not in this example, which uses the pure OO interface.
The version of the plot saved to the file text.pdf is correctly sized.
Code for reproduction
Actual outcome
Expected outcome
Matplotlib version
Installed with conda (default)
The text was updated successfully, but these errors were encountered: