Path: csiph.com!news.swapon.de!eternal-september.org!feeder.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: plotting 2 files with 2 different datafile separators Date: Wed, 10 Jun 2020 14:03:03 +0200 Organization: A noiseless patient Spider Lines: 13 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 10 Jun 2020 12:03:03 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="b865ac89227b604c137aa5f57e188b10"; logging-data="15314"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/w9C1aOMtht0884OSYaFHV2Npc7XCq4Do=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 Cancel-Lock: sha1:qgVpFf8wkf5n4UFDL5oPd9sphWI= In-Reply-To: Content-Language: en-GB Xref: csiph.com comp.graphics.apps.gnuplot:4350 On 10.06.2020 13:07, Jean-Pierre Coulon wrote: > In on file the data spaces are separated by a space and in the other one > they are separated with , requiring set datafile separator "\t". > > How can I say plot "file1.txt", "file2.txt", to be compatible with both? > Here the default "whitespace" works with both separators (Tabulator and Space). set datafile separator whitespace Jörg