|
From: Teodoro S. <Teo...@es...> - 2015-05-20 06:11:30
|
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 |