octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: Windows 8


From: Pantxo Diribarne
Subject: Re: Re: Windows 8
Date: Thu, 02 Apr 2015 14:17:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi,

Other than that, I get the impression that things are working fairly nicely in Windows 8. One minor issue is that I have a high resolution screen (3800x1800, I think). While the main GUI is nicely scaled, the OpenGL plots appear rather tiny -- perhaps these could be scaled?


What does the following script return on that machine and does the computed size conform to the actual size of the screen?

dpi = get (0, "screenpixelsperinch")
sz = get (0, "screensize")
sprintf ("width: %f in, height: %f in\n", sz(3)/dpi, sz(4)/dpi)

Søren



Thanks,

Pantxo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]