|
From: BBands <bb...@gm...> - 2015-04-16 18:23:12
|
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.
>
|