Article View: comp.graphics.apps.gnuplot
Article #4044Re: Limit on columns of data??
From: john.shakespeare
Date: Thu, 29 Aug 1996 00:00
Date: Thu, 29 Aug 1996 00:00
25 lines
915 bytes
915 bytes
In <500ku0$69a@uuneo.neosoft.com>, rlove@neosoft.com (Robert B. Love ) writes: > >While using gnuplot 3.5 I find that 'plot "file" using m:n ' >seems to have a limit on n. I have 35 columns of data and >using 1:35 prints out the wrong graph but using 1:2, 1:4 or >anything up to 1:16 works. Since I'm not the system admin and >don't have access to the source, reompiling is out of the question. >Is there a way to directly plot 1:35 without using awk or cut to >prepare a new data file for me? Most likely, you are encountering the maximum line length. The default is 1000 characters in the source (I think it's MAXLINELENGTH in command.c, don't have source handy). Precompiled executables usually use the default. It's easy to change and recompile. Version 3.6 may have removed this limit on line lengths completely. Best Regards, John. .sig now available with special discount for bulk purchases.
Message-ID:
<5049dn$qj1@kuikka.inet.fi>
Path:
rocksolid-us.pugleaf.net!archive.newsdeef.eu!mbox2nntp-comp.graphics.apps.gnuplot.mbox.zip!not-for-mail
References:
<500ku0$69a@uuneo.neosoft.com>