Path: csiph.com!news.swapon.de!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Ethan A Merritt Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Plotting many curves? Date: Tue, 12 Sep 2017 18:30:55 -0700 Organization: A noiseless patient Spider Lines: 21 Message-ID: References: <81a289ce-bba5-424e-86ec-e24cc94d69a8@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Wed, 13 Sep 2017 01:31:06 -0000 (UTC) Injection-Info: reader.eternal-september.org; posting-host="8358d450250b5e809906cb9ebd20c036"; logging-data="19044"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18tXXEjd3UB+IT8j8bkZIsu" User-Agent: KNode/4.14.10 Cancel-Lock: sha1:DaBQY0WVTxxxf8LFQu5s/Pf3/OM= Xref: csiph.com comp.graphics.apps.gnuplot:3749 Cass Sackett wrote: > OK I see there is a "MAX_LINE_LEN" definition in the source code that > would need to be changed, cf > http://www.delorie.com/gnu/docs/octave/octave_182.html > > Any chance someone here knows how to do that in windows? Current versions of gnuplot use MAX_LINE_LEN only as a starting point. More space in the input buffer is allocated as needed. There is a limitation on the length of lines in a text data file, but since you are plotting functions that is not relevant. It would help if you actually reported what the error messages were. On the other hand, the link you provided was to Octave documentation rather than gnuplot. Are you actually running Octave rather than directly running gnuplot? Ethan