X-Received: by 10.140.240.69 with SMTP id l66mr7656869qhc.9.1453930849230; Wed, 27 Jan 2016 13:40:49 -0800 (PST) X-Received: by 10.182.231.229 with SMTP id tj5mr437566obc.13.1453930849156; Wed, 27 Jan 2016 13:40:49 -0800 (PST) Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!94no7706791qgt.1!news-out.google.com!kr2ni11935igb.0!nntp.google.com!o2no6853725iga.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Wed, 27 Jan 2016 13:40:48 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=95.106.86.197; posting-account=dpxuNwoAAADdEgc-8GPvO1Bb3RFJ1w-X NNTP-Posting-Host: 95.106.86.197 References: <0a6609be-3d03-43cb-9187-6202a6046ea9@googlegroups.com> <752dee7b-6daf-4491-8f7b-4630f635e085@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Help me please plot on x2y1 axes From: ggvasily@gmail.com Injection-Date: Wed, 27 Jan 2016 21:40:49 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.graphics.apps.gnuplot:3185 Thank's a lot! It's working! === unset xtics set x2tics mirror set yrange [*:*] reverse plot 'file.txt' using 0:2:x2tic(1) axes x2y1 with lines