I have a load file to configure a plot:
set terminal postscript eps enhanced colour
set ylabel '{\260}'
According to the manual 'psguide', this code should produce a circle
(ᵒ); instead the graph shows
\260
Any help please?
Yours,
gnuplotatconference.jabber.org
gnuplot 42
mandriva 2008
Try
set encoding iso_8859_1
set ylabel '{\260}'
set terminal postscript eps enhanced colour
instead. It works for me.
Cheers,
Zoltán