|
|
special symbols in gnuplot
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: special symbols in gnuplot - comp.graphics.apps.gnuplotHi, 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 \230f... x11, wxt, special characters, fonts etc - comp.graphics.apps ...Dear all, I have a problem with setting the proper fonts to obtain special characters like the Euro sign or the degree sign. Background: Gnuplot... Point symbols in title - comp.graphics.apps.gnuplotspecial symbols in gnuplot - comp.graphics.apps.gnuplot Point symbols in title - comp.graphics.apps.gnuplot special symbols in gnuplot - comp.graphics.apps.gnuplot Point ... symbol in enhanced postscript - comp.graphics.apps.gnuplot ...special symbols in gnuplot - comp.graphics.apps.gnuplot gnuplot / label (1E) - The Nuclear Theory Seminar Web Site gnuplot> set terminal postscript eps enhanced gnuplot ... Italic text in the legend - comp.graphics.apps.gnuplotspecial symbols in gnuplot - comp.graphics.apps.gnuplot custom legend graphics - comp.soft-sys.matlab special symbols in gnuplot - comp.graphics.apps.gnuplot Italic text ... comp.graphics.apps.gnuplot - page 2special symbols in gnuplot 2 946 (11/8/2009 11:41:42 PM) Hi, How can I put special symbols in gnuplot titles? I want to use in a gnuplot title so I put: set ... Fraction in axis labels - comp.graphics.apps.gnuplotspecial symbols in gnuplot - comp.graphics.apps.gnuplot Normal tick labels don't allow for the use of special symbols, such as the latex symbol ... bug in eps terminal 'Can't find PostScript prologue' - comp ...Font used for airport terminals etc. signs? - comp.fonts ... invoke gnuplot from C - comp ... special symbols in gnuplot - comp.graphics.apps.gnuplot bug in eps terminal 'Can ... Plotting XY-data over time - comp.graphics.apps.gnuplotIm posting here, since reading the gnuPlot docs did not really make clear ... special symbols in gnuplot - comp.graphics.apps.gnuplot Isometric Text in 3D Plot? - comp.soft ... custom legend graphics - comp.soft-sys.matlabspecial symbols in gnuplot - comp.graphics.apps.gnuplot custom legend graphics - comp.soft-sys.matlab special symbols in gnuplot - comp.graphics.apps.gnuplot Italic text ... gnuplot / label (1E) - The Nuclear Theory Seminar Web Sitegnuplot> set terminal postscript eps enhanced gnuplot> set xrange [ 0 : 5 ] gnuplot> set label "{/Symbol a}=0.5, {/Symbol g}=0.2" at 2,0 gnuplot> plot 0.5*x-0.2 ti "y ... special symbols in gnuplot - comp.graphics.apps.gnuplot | Computer ...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 \230f... 7/20/2012 7:43:54 PM
|
|
|
|
|
|
|
|
|