Path: csiph.com!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Klaus Dahlke Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Label problem Date: Thu, 22 Feb 2024 11:14:03 -0000 (UTC) Organization: A noiseless patient Spider Lines: 18 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 22 Feb 2024 11:14:03 -0000 (UTC) Injection-Info: dont-email.me; posting-host="0829a826bfce5e61df17349cbb1900d7"; logging-data="4029941"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19FpCNpqAqSeoHttpNSoKPvY7BiD+S6anc=" User-Agent: Pan/0.155 (Kherson; fc5a80b8) Cancel-Lock: sha1:5nZFI8BoaTZWEkwH8ba/zkyyE3Y= Xref: csiph.com comp.graphics.apps.gnuplot:4657 > Tried that, no good. I must bemissing something. Here is a mini-example > > gnuplot << eoi set term postscript enh eps 24 set output 'mini.eps' > set xlabel "x" > #set ylabel '{/Symbol i \326 \164}' norotate --- no good #set ylabel > '{i /Symbol \326 \164}' norotate --- no good set ylabel "{/:Italic {i > \U+221A \U+0305\U+03C4}}" > plot x*sqrt(x) w p pt 7 quit eoi gv mini.eps > > What am I missing?-- > Dieter Britz you may have to set explicitly the encoding to utf: set encoding utf8 Best Klaus