I'm trying to produce a plot where I have the character ? (angstroms) in the x axis. Moreover, I want this character to be in the same font as the rest of the graph, that is I want to use Times-Roman. If I use the following code:
set encoding iso_8859_1
set term postscript eps enhanced color "Times-Roman, 32"
set output "angstroms.eps"
set xlabel "Try1 {A} ({305})"
plot sin(x)
I obtain this figure:
(note: the figure I get is in eps format, but I have to upload a jpg to stackoverflow)
If I remove the {A}, or change it into anything else like {B} I get this:
Finally, if I write:
set xlabel "Try1 (/E {305})"
I get
where the ? symbol changed to sans serif font.
What's going on? Thanks for any help, Cheers!
/Luca
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…