I have recently found an issue with alignment in Gnuplot graphs. I have selected simple plot as demonstration - code:
plot sin(x)
set term wxt size 1600,1200 enhanced lw 2 font "Arial, 14"
will produce this plot [click here].
The problem is seen for example at "0" tick, where the value is not centered with the tick, or at legend text, which is not vertically centered with the key symbol.
I have discovered, that the issue will disappear when Qt terminal is selected, but I will still rather use wxt and these little imperfections bother me a lot. The issue is still present when pdf terminal is selected.
My thought is that such behavior is related to high screen resolution (4k) on Windows system,as I have never observed such thing as PCs with standard monitors (i.e 1920x1080 px resolution).
The situation gets better when the application is downscaled by system, but this setting produces pixelated plots via wxt terminal.
Does anybody know how to deal with this? Thank you for any advice :-)
testcommand which at its center shows the actual vs. estimated text dimension. On my system there are significant differences inwxtbut not for thex11terminal. - user8153testcommand and it looks like everything is fine when using Qt terminal. I will just use this one for a while :-) - Rostislav Linda