Hello,
this issue is not limited to 6.0.3 and can be observed in earlier versions.
It may be limited to Windows, though. My terminal settings are "wxt 0 enhanced".
If I run these commands:
set ylabel 'HHH III MMM NNN' font ",10"
set y2label 'HHH III MMM NNN' font "\",10\""
plot x
I get the result as reproduced in the attached screenshot. As you can see, parts of the letters of ylabel are missing.
I wonder why this is.
Note that I can somehow "work-around" this issue by putting the size option into additional quotes, see y2label in the screenshot.
Thanks.
Daniel
PS: This issue has been reported on SO earlier.
Diff:
It may be related to the below
https://sourceforge.net/p/gnuplot/bugs/2397/
If I set the environment variable PANGOCAIRO_BACKEND=fc (fontconfig) it seems to be better.
Last edit: Tatsuro MATSUOKA 4 days ago
Thanks, setting this environment variable fixes this issue for me. 👍