X-Received: by 10.36.51.9 with SMTP id k9mr12943506itk.7.1515585261858; Wed, 10 Jan 2018 03:54:21 -0800 (PST) X-Received: by 10.157.14.142 with SMTP id 14mr847382otj.2.1515585261697; Wed, 10 Jan 2018 03:54:21 -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!g80no56498itg.0!news-out.google.com!b73ni7599ita.0!nntp.google.com!g80no56492itg.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Wed, 10 Jan 2018 03:54:21 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=147.52.159.29; posting-account=OSapLAoAAACsr_nBdwKy-WxWymAEmQBY NNTP-Posting-Host: 147.52.159.29 References: <9aa67749-cb33-4ce0-9034-11a1b53b8f4d@googlegroups.com> <5dfaad40-5825-405b-af9d-5f49a3f6b65f@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: how to transform x axis in to nano sec rather then number of frame From: Rana Rehan Khalid Injection-Date: Wed, 10 Jan 2018 11:54:21 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 26 Xref: csiph.com comp.graphics.apps.gnuplot:3855 On Tuesday, January 9, 2018 at 10:47:24 PM UTC+5, Karl Ratzsch wrote: > Am 09.01.2018 um 16:48 schrieb Rana Rehan Khalid: > > > I am beginner in gnuplot. I have .gnu file its x axis range is > > Sir can i multiply the xrange as set xrange [ 0.000:500002.000*0.002] to convert frames into nano sec thanks. > > Did you try? "Learning by doing" is highly recommended for beginners. ;-) Dear Sir I try this set pm3d map corners2color c1 set ytics 1.000, 1.000 set ytics("HM1_187@O2D-SER_137@OG-HG" 1.000,"HM1_187@O1D-SER_137@OG-HG" 2.000) set xlabel "Frame" set ylabel "" set yrange [ 0.000: 4.000] set xrange [ 0.000:7002.000] plot "hhhh.gnu" u ($1*0.0002):($2):($3) splot "-" with pm3d title "hhhh.gnu" 1.000 1.000 1 1.000 2.000 0 1.000 3.000 0 2.000 1.000 1 2.000 2.000 1 2.000 3.000 0 but gives """"hhhh.gnu", line 8: Too many using specs for this style""" Kindly guide Thanks