🚀 go-pugleaf

RetroBBS NetNews Server

Inspired by RockSolid Light RIP Retro Guy

Thread View: comp.graphics.apps.gnuplot
2 messages
2 total messages Started by rlove@neosoft.co Wed, 28 Aug 1996 00:00
Limit on columns of data??
#4031
Author: rlove@neosoft.co
Date: Wed, 28 Aug 1996 00:00
20 lines
708 bytes

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?

Thanx in advance for all advice.


----------------------------------------------------------------
Bob Love, rlove@neosoft.com (local)        MIME & NeXT Mail OK
rlove@raptor.rmnug.org  (permanent)        PGP key available
----------------------------------------------------------------



Re: Limit on columns of data??
#4044
Author: john.shakespeare
Date: Thu, 29 Aug 1996 00:00
25 lines
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.



Thread Navigation

This is a paginated view of messages in the thread with full content displayed inline.

Messages are displayed in chronological order, with the original post highlighted in green.

Use pagination controls to navigate through all messages in large threads.

Back to All Threads