X-Received: by 10.107.133.75 with SMTP id h72mr6814393iod.90.1515348094456; Sun, 07 Jan 2018 10:01:34 -0800 (PST) X-Received: by 10.157.74.129 with SMTP id i1mr78973otf.9.1515348093399; Sun, 07 Jan 2018 10:01:33 -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!g80no1315268itg.0!news-out.google.com!b73ni4183ita.0!nntp.google.com!g80no1315263itg.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Sun, 7 Jan 2018 10:01:33 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=141.213.169.90; posting-account=OSapLAoAAACsr_nBdwKy-WxWymAEmQBY NNTP-Posting-Host: 141.213.169.90 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9aa67749-cb33-4ce0-9034-11a1b53b8f4d@googlegroups.com> Subject: how to transform x axis in to nano sec rather then number of frame From: Rana Rehan Khalid Injection-Date: Sun, 07 Jan 2018 18:01:34 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 10 Xref: csiph.com comp.graphics.apps.gnuplot:3846 I have a gnuplot of MD simulation its x axis showed as no of frames which is given below i want to convert this frame number to nano sec, how can i multiply the number of frames to .0002 to convert its x-axis to nano sec. Regards set pm3d map corners2color c1 set ytics 1.000, 1.000 set cbrange [ -0.500: 7.500] set xlabel "Frame" set ylabel "" set yrange [ 0.000: 52.000] set xrange [ 0.000:119002.000]