X-Received: by 10.129.189.12 with SMTP id b12mr964388ywi.6.1505147445572; Mon, 11 Sep 2017 09:30:45 -0700 (PDT) X-Received: by 10.36.23.86 with SMTP id 83mr637830ith.4.1505147445486; Mon, 11 Sep 2017 09:30:45 -0700 (PDT) Path: csiph.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!q8no2440555qtb.0!news-out.google.com!c139ni3561itb.0!nntp.google.com!127no2285573itw.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Mon, 11 Sep 2017 09:30:45 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=128.143.18.5; posting-account=4PxJqwoAAABeSfq5vWMjK0VSO_xto5Ji NNTP-Posting-Host: 128.143.18.5 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <81a289ce-bba5-424e-86ec-e24cc94d69a8@googlegroups.com> Subject: Plotting many curves? From: Cass Sackett Injection-Date: Mon, 11 Sep 2017 16:30:45 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 15 Xref: csiph.com comp.graphics.apps.gnuplot:3744 I'm trying to make a complicated plot with many individual curves, like plot \ x1(t), y1(t), \ x2(t), y2(t), \ x3(t), y3(t), \ x4(t), y4(t), \ x5(t), y5(t), \ x6(t), y6(t), \ x7(t), y7(t), \ x8(t), y8(t), \ etc After about 20 functions, it starts to generate errors. It looks like there is a limit on the length of the command line? If that is my problem, is there any way to work around this? Thanks!