Open Chuck321123 opened 6 months ago
Hey @Chuck321123, thanks for reporting. Quick question to clarify what you said: is only the OS scaling at work when you see blurry plots? Or did you also change the Spyder options for high DPI screens?
@ccordoba12 No, I havent touched scaling options on Spyder. Its currently set to auto mode. When it comes to dpi in plots (under ipython console -> Graphics) the settings are set to 300 dps.
I havent touched scaling options on Spyder.
Ok, could you play with those options to see if plots are displayed correctly in Spyder? My guess is that Spyder needs to compensate for the auto-scaling done by Windows so that plots are displayed as expected.
@ccordoba12 So I've experimented a bit. The OS scaling is constantly set to 200%, but in Spyder when setting to normal mode or manual dpi = 1, the graphs looks very clear, but spyder in general looks a bit zoomed out (because of high dpi). However, setting manual dpi to 2 the graphs have a really bad quality. An idea would maybe be in autoscaling to scale everything expect the graph itself
An idea would maybe be in autoscaling to scale everything expect the graph itself
Good idea but unfortunately Qt (the graphical toolkit we use) autoscales everything.
Could you post screenshots of how the Plots pane looks with 200% zoom in your OS, and a dpi factor of 1 and 2 in Spyder? That could helps us to better understand how to address this problem.
I recently got a new laptop (Windows 11, 14", 3072x1920) and am in the exactly same situation as @Chuck321123 . Everything looks nice and sharp, except the plots for some reason... Has there been any progress on this problem @ccordoba12 ?
Not yet, we'll try to address it in the coming months.
Problem Description
So this problem might be slightly related to #9148 or other issues, but when i make a plot and i explicitly define it to be 300 dpi and change the spyder settings to output 300 dpi the plot output has a really bad quality (looks like 30 dpi). The graphics are equally bad whether the dpi is set to 72, 150 or 300. However, i have found that this comes from me using the 200% scaling option on the windows OS (which was turned on as standard when i bought the pc). When i downscaled to 100% and fired up spyder, the graphs looks very clean and detailed, even at 150 dpi. Might be a good idea to check into this.
What steps reproduce the problem?
Change OS scaling til 200%. Explicitly create a 300 dpi graph and change spyder settings to 150-300dpi. Maybe one also needs a higher dpi screen.
What is the expected output?
That i get the same detailed graphs when i use 200% OS scaling as i do when i only use 100%.
Display: 14" - 2560x1600
Dependencies