Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3855
| 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 | <p32v7a$bvj$1@solani.org> |
| 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> <p32v7a$bvj$1@solani.org> |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <b9007197-b01a-4c41-b488-5d93e47f29a5@googlegroups.com> (permalink) |
| Subject | Re: how to transform x axis in to nano sec rather then number of frame |
| From | Rana Rehan Khalid <ray.binm@gmail.com> |
| 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 |
Show key headers only | View raw
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
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
how to transform x axis in to nano sec rather then number of frame Rana Rehan Khalid <ray.binm@gmail.com> - 2018-01-07 10:01 -0800
Re: how to transform x axis in to nano sec rather then number of frame Karl Ratzsch <mail.kfr@gmx.net> - 2018-01-08 14:54 +0100
Re: how to transform x axis in to nano sec rather then number of frame Rana Rehan Khalid <ray.binm@gmail.com> - 2018-01-09 07:48 -0800
Re: how to transform x axis in to nano sec rather then number of frame Karl Ratzsch <mail.kfr@gmx.net> - 2018-01-09 18:47 +0100
Re: how to transform x axis in to nano sec rather then number of frame Rana Rehan Khalid <ray.binm@gmail.com> - 2018-01-10 03:54 -0800
Re: how to transform x axis in to nano sec rather then number of frame Karl Ratzsch <mail.kfr@gmx.net> - 2018-01-10 15:50 +0100
csiph-web