X-Received: by 10.224.219.146 with SMTP id hu18mr6739841qab.3.1365458487654; Mon, 08 Apr 2013 15:01:27 -0700 (PDT) X-Received: by 10.49.85.165 with SMTP id i5mr1973230qez.28.1365458487638; Mon, 08 Apr 2013 15:01:27 -0700 (PDT) Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!t2no46219135qal.0!news-out.google.com!ef9ni9246qab.0!nntp.google.com!ca1no36705282qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Mon, 8 Apr 2013 15:01:27 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=86.7.119.1; posting-account=SqmlOwoAAAAvw_pDGhZAj-Cs2vppU8o7 NNTP-Posting-Host: 86.7.119.1 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: iterative plot in parametric mode? From: iainleverett@gmail.com Cc: sfeam@users.sourceforge.net Injection-Date: Mon, 08 Apr 2013 22:01:27 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2857 Xref: csiph.com comp.graphics.apps.gnuplot:1749 On Monday, 3 December 2012 23:55:26 UTC, sfeam wrote: > Karl wrote: >=20 >=20 >=20 > > On 03.12.2012 23:16, sfeam wrote: >=20 > > >=20 >=20 > >> The CVS version now allows providing a sampling range in-line as part = of >=20 > >> the plot command. So in version 4.7 (but not 4.6) you can say >=20 > >>=20 >=20 > >> set xrange [-1:1] >=20 > >> plot for [N=3D1:4] [t=3D-pi:pi] '+' using (sin(N * $1)) : (cos($1)) >=20 > >=20 >=20 > > To me, using the '+' could completely supersede the parametric mode. >=20 > > A most stringent solution, and that even applies to a much broader >=20 > > range of uses. >=20 > >=20 >=20 > > I already advocated this once (don=B4t remember where) in a way that >=20 > > the terminal xyranges and the sampling of the independent variable >=20 > > should be handled completely independent. Is this actually what the >=20 > > inline sampling range does, or is it only for use with '+' ? >=20 >=20 >=20 > It currently applies to each sampled component of a 2D plot. >=20 >=20 >=20 > See >=20 > http://gnuplot.sourceforge.net/demo_svg_4.7/piecewise.html >=20 >=20 >=20 > Details are not yet worked out for use in 3D plots. >=20 >=20 >=20 > Ethan hi all. sorry to come in late, i got directed here by a search for iteratio= n in parametric mode. is there any guidance on how ethan's suggested soluti= on actually works? i'm new to gnuplot which is the issue, but i'm stuck, I'= ve tried googling the plus syntax, using, plot... all to no avail.