Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #2401

Re: Integer overflow when using binary and skip

Newsgroups comp.graphics.apps.gnuplot
Date 2014-04-09 03:53 -0700
References <c3189dec-b590-4f81-826f-8bd8c71adfee@googlegroups.com> <5342C1D2.D885B629@Gmx.De> <5342C272.3D6D50D7@Gmx.De> <01b040e3-64ec-40b9-bde0-dca5144c3d26@googlegroups.com>
Message-ID <5a1f01ff-52fb-40e2-877b-20fe4904b1a9@googlegroups.com> (permalink)
Subject Re: Integer overflow when using binary and skip
From a.daitche@gmail.com

Show all headers | View raw


Am Mittwoch, 9. April 2014 12:48:35 UTC+2 schrieb a.da...@gmail.com:
> Am Montag, 7. April 2014 17:21:22 UTC+2 schrieb Axel Berger:
> 
> > Axel Berger wrote:
> 
> > 
> 
> > > 100 000 * 10 000 * 4 fits, so make it three skips.
> 
> > 
> 
> > 
> 
> > 
> 
> > Forgot about the integer being signed, so only multiply by 2 and make it
> 
> > 
> 
> > six skips.
> 
> 
> 
> I don't quite understand what you mean by "make three skips". Just putting the skips after each other 
> 
> splot "file.bin" binary record=100000 skip=1000*100000*3*4:1000*100000*3*4 u 1:2:3 w d
> 
> gives me the error                                                                            "More parameters specified than data records specified"
> 

Inserted the wrong command. I ment 
splot "idt_r.dat" binary record=100000 skip=1000*100000*3*4 skip=1000*100000*3*4 u 1:2:3 w d
with error 
"Duplicated or contradicting arguments in datafile options"

Anton

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Integer overflow when using binary and skip a.daitche@gmail.com - 2014-04-07 03:43 -0700
  Re: Integer overflow when using binary and skip Karl <mail.kfr@gmx.net> - 2014-04-07 14:44 +0200
  Re: Integer overflow when using binary and skip Axel Berger <Axel.Berger@Gmx.De> - 2014-04-07 17:18 +0200
    Re: Integer overflow when using binary and skip Axel Berger <Axel.Berger@Gmx.De> - 2014-04-07 17:21 +0200
      Re: Integer overflow when using binary and skip a.daitche@gmail.com - 2014-04-09 03:48 -0700
        Re: Integer overflow when using binary and skip a.daitche@gmail.com - 2014-04-09 03:53 -0700
          Re: Integer overflow when using binary and skip Axel Berger <Axel.Berger@Gmx.De> - 2014-04-09 20:27 +0200
  Re: Integer overflow when using binary and skip Ethan A Merritt <merritt@u.washington.edu> - 2014-04-09 16:37 -0700
  Re: Integer overflow when using binary and skip Ethan A Merritt <sfeam@users.sourceforge.net> - 2014-04-14 12:49 -0700

csiph-web