Hi,
I'm trying to use the "ESTIMATES" sign U+2259. I found gnuplot.info/demo_5.4/unicode.html, but unfortunately it shows as "[]". Some unicode signs from the example work, like the epsilon, but some don't.
set label 1 "estimate \\U+2259" at screen 0.5, 0.95, 0 left norotate font "serif,30"
PS: I had to add a pause -1 at the end of the example, otherwise $ gnuplot unicode.1.gnu wouldn't show anything.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm trying to use the "ESTIMATES" sign U+2259. I found gnuplot.info/demo_5.4/unicode.html, but unfortunately it shows as "[]". Some unicode signs from the example work, like the epsilon, but some don't.
set label 1 "estimate \\U+2259" at screen 0.5, 0.95, 0 left norotate font "serif,30"
PS: I had to add a
pause -1
at the end of the example, otherwise$ gnuplot unicode.1.gnu
wouldn't show anything.