X-Received: by 10.107.17.29 with SMTP id z29mr7499065ioi.90.1519617597891; Sun, 25 Feb 2018 19:59:57 -0800 (PST) X-Received: by 10.157.14.124 with SMTP id n57mr418393otd.3.1519617597653; Sun, 25 Feb 2018 19:59:57 -0800 (PST) Path: csiph.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!w142no1717918ita.0!news-out.google.com!10ni2416ite.0!nntp.google.com!w142no1717914ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Sun, 25 Feb 2018 19:59:57 -0800 (PST) In-Reply-To: <2e7bfa80-6982-4034-91c3-8d65ac06b689@i72g2000hsd.googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=189.215.148.24; posting-account=GC_OAwkAAADXkCHFDDkhdhg-Z9SVqtVs NNTP-Posting-Host: 189.215.148.24 References: <2e7bfa80-6982-4034-91c3-8d65ac06b689@i72g2000hsd.googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Remove ytics from y2axis From: tonisurfin@gmail.com Injection-Date: Mon, 26 Feb 2018 03:59:57 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Lines: 22 Xref: csiph.com comp.graphics.apps.gnuplot:3891 It works: set tics nomirror El viernes, 28 de diciembre de 2007, 23:28:50 (UTC-6), Zhidian Du escribi= =C3=B3: > Dear All: >=20 > I am using 4.2. >=20 > I am using two y axises. >=20 > I find ytics are also displayed on the right y axis. How to remove it > since it confusing. ytics and y2tics are mixed together. >=20 >=20 > set yrange[0:1] > set y2range[0:0.0012] >=20 > set ytics 0.2 > set y2tics 0.0004 >=20 >=20 > Du