Path: csiph.com!news.mixmin.net!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?J=c3=b6rg_Buchholz?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Maths symbols Date: Thu, 26 Jan 2023 07:20:47 +0100 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, 26 Jan 2023 06:20:46 -0000 (UTC) Injection-Info: reader01.eternal-september.org; posting-host="615c6de88ef18cb80e366c34a639bb1b"; logging-data="1138267"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+eUFR1+VkGJfbjXXmRcPKw9JnUtYESCb4=" User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Cancel-Lock: sha1:x9mDRCJLpFrMASgqo/KBNh4jFOU= Content-Language: de-DE In-Reply-To: Xref: csiph.com comp.graphics.apps.gnuplot:4511 On 25.01.2023 14:50, db wrote: > On 17.01.2023 17.04, db wrote: >> What is the best way to get maths symbols in gnuplot? I currently >> want the square root symbol. \sqrt{..} doesn't work. > > After some fiddling I arrived at this: > > set xlabel '{/Symbol=32 1/\326 T}' > > It sort of works  but can I get the T closer in under the sqrt? > I.e. is there a negative spacer, like \! in laTeX? put the T in {} set xlabel '{/Symbol=32 1/\326{T}}' Jörg