Path: csiph.com!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Maths symbols Date: Tue, 17 Jan 2023 21:01:48 +0100 Lines: 10 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.dfncis.de PVBhz4J1Cg+Zf5IsdLeUlQk32E2LbcPCH/Wi7TVT3+Vgt13yMUpIEIgJ1A Cancel-Lock: sha1:wxx6IQcRSMcRVHwwOGCDjCS7Ro8= User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Content-Language: en-US In-Reply-To: Xref: csiph.com comp.graphics.apps.gnuplot:4508 Am 17.01.2023 um 17:04 schrieb db: > What is the best way to get maths symbols in gnuplot? I currently > want the square root symbol. \sqrt{..} doesn't work. There cannot be a single "best" way like that. The variety of output formats is a good deal to big for that. \sqrt could work just fine if your output is TeX-based. Other formats may fare better with literal sqrt characters in the command, e.g. using UTF-8 input and text storage methods.