Path: csiph.com!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?J=C3=B6rg_Buchholz?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Label problem Date: Tue, 20 Feb 2024 09:01:16 +0100 Organization: A noiseless patient Spider Lines: 22 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Tue, 20 Feb 2024 08:01:16 -0000 (UTC) Injection-Info: dont-email.me; posting-host="27fcce69472386992684b10a744f227e"; logging-data="2530062"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18WzsPmim7dn40D1ruYAxwx3CLgyYy+QBs=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:ADOthvv/yAb5lR0jSw2vDevpA6c= In-Reply-To: Content-Language: de-DE Xref: csiph.com comp.graphics.apps.gnuplot:4650 On 19.02.2024 14:11, db wrote: > On 18.02.2024 23.00, Karl Ratzsch wrote: >> Symbol fonts? >> This is the year 2024, use utf8. >> >>     Karl >> >> >> Am 18.02.2024 um 14:54 schrieb db: >>> I am trying to get a ylabel like the LaTeX form $i\sqrt{\tau}$. >>> Without the i it's easy, '{/Symbol \326 \164}' but as soon as >>> introduce the i it goes haywire. >>> How do get that label? I am plotting into postscript enh eps. >> > Could you expand on that? What should I do in a gnuplot > script? set ylabel "{/:Italic {i \U+221A \U+0305\U+03C4}}" That looks similar to the LaTex output. Jörg