Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3855
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2018-01-10 03:54 -0800 |
| References | <9aa67749-cb33-4ce0-9034-11a1b53b8f4d@googlegroups.com> <5dfaad40-5825-405b-af9d-5f49a3f6b65f@googlegroups.com> <p32v7a$bvj$1@solani.org> |
| 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> |
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