|
From: Tatsuro M. <tma...@ya...> - 2015-05-22 23:22:41
|
> From: Teodoro Seoane > To: Tatsuro MATSUOKA ; "gnuplot-info" <gnuplot-info> > Cc: > Date: 2015/5/22, Fri 20:18 > Subject: RE: [Gnuplot-info] Gnuplot text scaling problem on Windows > > Hi Tatsuro, > > I have tested it no won gnuplot 5.0.0 and the behaviour remains the same. > > I have tested it with this simple script: > set term pngcairo enhanced font "Arial,12" size 960, 720 rounded > set output 'labels.png' > plot x t 'LabelSize' > > Then I changed the windows font scale in the control panel (you have to log off > and log on) and launched the script again. > The output image have bigger labels now. > Can you reproduce it too? > > I will file a bug then. > > Thank you! > Teo > > > -----Original Message----- > From: Tatsuro MATSUOKA > Sent: viernes, 22 de mayo de 2015 4:30 > To: Teodoro Seoane; gnuplot-info > Subject: Re: [Gnuplot-info] Gnuplot text scaling problem on Windows > > ----- Original Message ----- > >> From: Teodoro Seoane >> To: "gnuplot-info <gnuplot-info> >> Cc: >> Date: 2015/5/20, Wed 15:11 >> Subject: [Gnuplot-info] Gnuplot text scaling problem on Windows >> >> Hi all, >> >> I have a problem with gnuplot text scaling, which is different >> depending on the computer where my script is run. >> I use the pngcairo terminal with gnuplot 4.6.6 to plot my figures >> under Windows OS, for example: >> set term pngcairo enhanced font "Arial,12" size 960, 720 rounded >> >> And I let other colleagues use the code to produce their own figures, >> but it seems that for some of them the text in the images is scaled. >> >> It seems that it is related to the Windows OS font scaling, where you >> can choose in the Control Panel to enlarge the fonts of the OS. >> This Windows configuration affects the text size of the images, which >> are prepared for a "normal" font size. >> Is there any way to avoid this so to use the same scripts for every > computer? >> >> Thank you, >> Teo >> > > > I think that it is a bug. > Did you observe the same thing gnuplot 5.0.0? > > Or can you give a short script to reproduce the problem. > > > If it also happens on gnuplot 5.0.0, please file to the bug ticket. > > http://sourceforge.net/p/gnuplot/bugs/ > Teo I cannot reproduce your problems. See the files in http://www.geocities.co.jp/tmgpltwin/Files/Files.html#0065 labels.zip labels_5.0.png, labels_5.1.png : normal screen setting (tested on 5.0.0 and 5.1.0(cvs)) labels_e_5.0.png, labels_e_5.1.png : font enlarged (150%) screen setting. I have tested on windows 7 Home Premium 64 bit. Am I wrong in operation of the control panel? Tatsuro |