special symbols in gnuplot

  • Follow


Hi,

How can I put special symbols in gnuplot titles?
I want to use � in a gnuplot title so I put:
set encoding iso_8859_1
set title "titel \230foo"

but that doesn't work.

Can anyone help?

Thanx

Robin

0
Reply robin.schille (14) 11/8/2009 11:41:42 PM

robin schillewaert wrote:

> Hi,
> 
> How can I put special symbols in gnuplot titles?
> I want to use ë in a gnuplot title so I put:
> set encoding iso_8859_1
> set title "titel \230foo"
> 
> but that doesn't work.
> 
> Can anyone help?

Usually the problem comes from selecting the wrong font.
We can give a more specific answer if you tell us exactly
what terminal and font you have requested.  E.g.

   set term png font "Arial,11"

Did you try the simple option first?

  set title "Title ë foo"

will work for many/most terminals.

0
Reply sfeam 11/9/2009 2:33:55 AM


On 09/11/09 03:33, sfeam wrote:
> robin schillewaert wrote:
>
>> Hi,
>>
>> How can I put special symbols in gnuplot titles?
>> I want to use ë in a gnuplot title so I put:
>> set encoding iso_8859_1
>> set title "titel \230foo"
>>
>> but that doesn't work.
>>
>> Can anyone help?
>
> Usually the problem comes from selecting the wrong font.
> We can give a more specific answer if you tell us exactly
> what terminal and font you have requested.  E.g.
>
>     set term png font "Arial,11"
>
> Did you try the simple option first?
>
>    set title "Title ë foo"
>
> will work for many/most terminals.
>
  set term x11 "arial" font 8 doesn't work
the simple option ë doesn't work
0
Reply robin 11/9/2009 6:18:09 PM

2 Replies
1287 Views

(page loaded in 0.059 seconds)

Similiar Articles:













7/20/2012 7:43:54 PM


Reply: