# Blah
set output 'thingie'
set encoding iso_8859_1
plot 'datafile' title 'Na\357ve' # gets i umlaut, a is 345 or so.
Monday, November 17, 2008
Gnuplot Umlauts when input isn't in iso_8859_1
Subscribe to:
Post Comments (Atom)
Notes on things I have done so that I might remember them later.
# Blah
set output 'thingie'
set encoding iso_8859_1
plot 'datafile' title 'Na\357ve' # gets i umlaut, a is 345 or so.
0 comments:
Post a Comment