How to obtain tilde or approx symbol in gnuplot legend?

8.1k views Asked by At

I want to use either tilde (~) or approximate symbol (in latex \approx) in the legend of my gnuplot.

I am using epscairo terminal.

I tried seting either: set encoding iso_8859_1

or

set encoding utf8

and using different commands, for example \176 as descbribed here (http://ayapin-film.sakura.ne.jp/Gnuplot/Docs/ps_guide.pdf), but nothing seems to work.

Thanks in advance! :)

1

There are 1 answers

1
choroba On BEST ANSWER

It seems '\~' or "\\~" works for me for tilde. "{/Symbol \273}" produces ≈.