How to add a greek character in png file created by gnuplot
问题 I am using a commercial sever with FreeBSD system without root account. I install gnuplot with my account. But, I can not set up fonts. So, I copy the fonts files in my home directory such as ~/usr/fonts Then, I use followed scripts in my gnuplot files: set term png enhanced font '/home/Tom/usr/fonts/truetype/msttcorefonts/verdana.ttf' set out 'xrd.png' set xlabel '2 {/Symbol q}'; set ylabel 'Count'; set xrange [:]; set yrange [:]; unset key; set border lw 1; plot './data.txt' using 1:2 with