From: Jon <dev...@gm...> - 2015-04-16 20:51:36
|
I tried to run your script and gnuplot returns gdImageStringFT: Could not find/open font while printing string test with font arial any idea? This is tested on gnuplot 4.2.6. I also tried on gnuplot 5.0 which directly says png terminal not recognized. Many thanks! On Thu, Apr 16, 2015 at 1:23 PM, BBands <bb...@gm...> wrote: > On Linux with gnuplot 5.0: > > set term png > set label "test" font 'arial, 24' > set output "test.png" > plot sin(x) > set output > > Produces a png file of a sine wave with a large "test" in the center for > me. All the test features of the test plot work for me in png too. > > Devs: Should we have some different font sizes in the test function? > > John > > > On Thu, Apr 16, 2015 at 9:19 AM, Jon <dev...@gm...> wrote: > >> Dear All users, >> >> I have been frustrated by this issue for a long time. For the png terminal >> I checked on my local linux environment always gives the same font size no >> matter what size I request. Any idea on how to fix it? If further >> information or sample script is needed, please let me know. >> > > |