« Return to Thread: Angstroms symbol in Gnuplot

Re: Angstroms symbol in Gnuplot

by sgiani :: Rate this Message:

Reply to Author | View in Thread

... yap! but what if the term is png enhanced?
do I have maybe to have a special *.ttf in my GDFONTPATH?

Any suggestions? Thanks in advance, Sam

Thomas Sefzick wrote:
page 2 tells you a little bit more:
> (the "E" character set is accessed via an option on "set encoding")
and 'latin-1' is also called 'iso_8859_1'

page 1 tells you:
'/' is used for setting fonts
'\' is used for octal codes

the commands you need are:

set encoding iso_8859_1
set xlabel "Wavelength (\305)"

 « Return to Thread: Angstroms symbol in Gnuplot