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


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

Re: Plotting many curves?

X-Received by 10.129.39.143 with SMTP id n137mr9100710ywn.239.1505222736230; Tue, 12 Sep 2017 06:25:36 -0700 (PDT)
X-Received by 10.36.39.140 with SMTP id g134mr763982ita.9.1505222736182; Tue, 12 Sep 2017 06:25:36 -0700 (PDT)
Path csiph.com!3.us.feeder.erje.net!feeder.erje.net!news.linkpendium.com!news.linkpendium.com!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!q8no2840417qtb.0!news-out.google.com!p6ni1068itp.0!nntp.google.com!o200no326849itg.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.graphics.apps.gnuplot
Date Tue, 12 Sep 2017 06:25:35 -0700 (PDT)
In-Reply-To <op8f4g$cvm$1@dont-email.me>
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
References <81a289ce-bba5-424e-86ec-e24cc94d69a8@googlegroups.com> <op8f4g$cvm$1@dont-email.me>
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <dc2bb273-01b7-4888-83c4-81719b1ee90b@googlegroups.com> (permalink)
Subject Re: Plotting many curves?
From Cass Sackett <casackett@gmail.com>
Injection-Date Tue, 12 Sep 2017 13:25:36 +0000
Content-Type text/plain; charset="UTF-8"
Content-Transfer-Encoding quoted-printable
Lines 58
Xref csiph.com comp.graphics.apps.gnuplot:3748

Show key headers only | View raw


On Tuesday, September 12, 2017 at 7:06:58 AM UTC-4, Jörg Buchholz wrote:
> On 11.09.2017 18:30, Cass Sackett wrote:
> > 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!
> > 
> 
> No problem with:
> 
> set parametric
> plot [-10:10][-10:10][-10:10]\
> sin(t)/t,t ,\
> sin(t),cos(t) ,\
> t,sin(t)/t ,\
> sin(t)/t,cos(t)/t ,\
> t,log(t) ,\
> -t,log(t) ,\
> sin(t),t**2 ,\
> -sin(t),t**2 ,\
> tan(t),t, \
> t,tan(t),\
> -t,t ,\
> cos(t),cos(2*t) ,\
> 2*cos(t),sin(t) ,\
> -cosh(t),sinh(t),\
> (sin(t)/t)-5,t ,\
> (sin(t)/t)-4,t ,\
> (sin(t)/t)-3,t ,\
> (sin(t)/t)-2,t ,\
> (sin(t)/t)-1,t ,\
> (sin(t)/t)+1,t ,\
> (sin(t)/t)+2,t ,\
> (sin(t)/t)+3,t ,\
> (sin(t)/t)+4,t ,\
> (sin(t)/t)+5,t
> 
> Jörg

Well, I'm not sure what to say. Your example works, and this morning both my real script and my test script work too. They certainly didn't yesterday. I've quit and restart gnuplot since then, can't remember if I tried that before posting. I'll repost if I can recreate the problem. At any rate, thanks for looking into it.

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


Thread

Plotting many curves? Cass Sackett <casackett@gmail.com> - 2017-09-11 09:30 -0700
  Re: Plotting many curves? Cass Sackett <casackett@gmail.com> - 2017-09-11 09:38 -0700
    Re: Plotting many curves? Karl Ratzsch <mail.kfr@gmx.net> - 2017-09-11 23:16 +0200
    Re: Plotting many curves? Ethan A Merritt <EAMerritt@gmail.com> - 2017-09-12 18:30 -0700
      Re: Plotting many curves? Cass Sackett <casackett@gmail.com> - 2017-09-13 06:55 -0700
        Re: Plotting many curves? Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2017-09-13 22:46 +0200
  Re: Plotting many curves? Jörg Buchholz <bookwood4new@freenet.de> - 2017-09-12 13:06 +0200
    Re: Plotting many curves? Cass Sackett <casackett@gmail.com> - 2017-09-12 06:25 -0700
      Re: Plotting many curves? Jörg Buchholz <bookwood4new@freenet.de> - 2017-09-13 09:09 +0200

csiph-web