|
From: Dmitri A. S. <das...@gm...> - 2008-11-03 19:40:58
|
On Mon, Nov 3, 2008 at 10:11 AM, Ethan A Merritt
<merritt@u.washington.edu> wrote:
> I can guarantee that this works correctly inside gnuplot.
> Of course, if your system doesn't really have those fonts installed.....
>
>> I am not sure if it is a bug in octave or just a feature of x11 terminal.
>
> I suspect it is neither, but instead an issue with the local system
> font configuration.
>
Ataached are two snapshots. First is the result of
set term x11 enh
set xlabel "{/Symbol q}, radians" font "Helvetica, 20"
plot sin(x)
The second one is the result of
set term x11 enh font "Helvetica, 20"
set xlabel "{/Symbol q}, radians"
plot sin(x)
This is with few days old cvs snapshot of gnuplot on fedora 9
[...]$ xlsfonts | grep -i helv | wc
96 96 6010
> --
> Ethan A Merritt
>
Sincerely,
Dmitri.
--
|