Hi, I’m trying to create a plot with Greek letters in the labels. It isn’t working in 12.2, but it was in 12.1. Here’s the steps to reproduce:
- Open gnuplot
- Execute
set terminal png enhanced
set output 'test.png'
set xlabel '{/Symbol c}'
plot sin(x)
unset output
exit
For me, this produces two lines of error output:
gdImageStringFT: fontconfig: Didn't find expected font family. Perhaps URW Type 1 fonts need installing? while printing string c with font Symbol
gdImageStringFT: fontconfig: Didn't find expected font family. Perhaps URW Type 1 fonts need installing? while printing string c with font Symbol
and the figure does not have the Greek letter printed. I’ve tried installing various font packages and tried playing around with the fontconfig and libgd configurations, but I’ve had no success. Has anyone else encountered this? Could you please try this and see if you get the same output so I might have a better idea of what to put in a bug report?