Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.musoftware.de!wum.musoftware.de!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail From: =?ISO-8859-1?Q?Hans-Bernhard_Br=F6ker?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Aligning Graphs, accurancy problems Date: Tue, 15 May 2012 18:45:13 +0200 Lines: 20 Message-ID: References: <407201de-6965-4986-a2c9-dc140b8df7a7@k24g2000yqe.googlegroups.com> <1f3cabb9-f603-4570-876b-81df463b9fc3@z31g2000vbt.googlegroups.com> <6e5b1744-d52a-4940-a09f-7ed467d1feb5@b2g2000yqb.googlegroups.com> <59e5ede1-dc9e-4ce6-9ea9-f8ad3087987d@w5g2000yqi.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.dfncis.de dvDp8SAthgIVyBLf24EoGgMw2IQgq1ojOzT5QaxdmqSBQlzkutgMVUKjK3CNdrob/Yp3aqf2qj Cancel-Lock: sha1:VpxC9rm/Y3/bm23vXZbefSn2sKw= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/20120420 Thunderbird/12.0 In-Reply-To: Xref: csiph.com comp.graphics.apps.gnuplot:1106 On 12.05.2012 18:48, T4b wrote: > Now I'm doing something else with gnuplot and I'm again annoyed that > those graphs aren't drawn in the same coordinate system: Well, you _told_ gnuplot you wanted two completely independent coordinate systems, which appears to be the opposite of what you actually want. Short of implementing a mind-reading device, there's no really anything gnuplot can do about such a mismatch. > set multiplot > plot x*x > set parametric > plot 0.25, 0 with dots > unset multiplot > How would you do something like this? plot x*x, '-' notitle with dots 0.25 0 e