Path: csiph.com!feeder.erje.net!2.eu.feeder.erje.net!news.swapon.de!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?J=c3=b6rg_Buchholz?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: how to draw extra line which to be of function y=x? Date: Sat, 20 Jan 2018 21:54:16 +0100 Organization: A noiseless patient Spider Lines: 11 Message-ID: References: <63a1ab3c-619b-4b93-a1ed-a1cee3750ef1@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Sat, 20 Jan 2018 20:54:17 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="a7575f9ad39c48bc1d25418f499904c2"; logging-data="32613"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18t5FoFPltQ323AkQqEK0qThzRhUf8dOW8=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 In-Reply-To: <63a1ab3c-619b-4b93-a1ed-a1cee3750ef1@googlegroups.com> Content-Language: en-GB Cancel-Lock: sha1:hSRtbIdnxVEiFjSH7rLC7di+8yo= Xref: csiph.com comp.graphics.apps.gnuplot:3865 On 18/01/18 23:22, dimitris.g.mintis@gmail.com wrote: > Following you can see my script: > plot \ > '1_msd.xvg' u 1:2 w l title '{α^+=0% (salt 0M)}' lw 2 > add after your plot command ",x" plot '1_msd.xvg' u 1:2 w l title '{α^+=0% (salt 0M)}' lw 2, x Jörg