Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

special symbols in gnuplot

127 views
Skip to first unread message

robin schillewaert

unread,
Nov 8, 2009, 6:41:42 PM11/8/09
to
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

sfeam

unread,
Nov 8, 2009, 9:33:55 PM11/8/09
to
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.

robin schillewaert

unread,
Nov 9, 2009, 1:18:09 PM11/9/09
to
set term x11 "arial" font 8 doesn't work
the simple option ë doesn't work
0 new messages