|
From: Tatsuro M. <tma...@ya...> - 2016-03-13 04:30:17
|
----- Original Message -----
> From: Akira Kakuto <
> To: Tatsuro MATSUOKA ; gnuplot-inf
> Cc:
> Date: 2016/3/13, Sun 12:50
> Subject: Re: [Gnuplot-info] How to set "times new roman" in enhaced text oncairo based terminals
>
>> Any suggestions?
>
> What about to use PostScript name?
> '{/TimesNewRomanPSMT a}'
>
> Best,
> Akira
Thanks for the reply.
I have tried on the wxt terminal
However, it does not work.
*******************************************
gnuplot> set title '{/TimesNewRomanPSMT a}'
gnuplot> plot sin(x)
gnuplot> set title '{/TimesNewRoman a}'
gnuplot> plot sin(x)
gnuplot> set title 'a' font 'Times New Roman,16'
gnuplot> plot sin(x)
*******************************************
The above two gave wxt_20160313_01.png (attachment file)
The last gave wxt_20160313_01.png (attachment file)
Regards
Tatsuro |