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


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

Re: iterative plot in parametric mode?

Newsgroups comp.graphics.apps.gnuplot
Date 2012-12-02 23:24 -0800
References <k9gkmu$coi$1@news.rz.uni-karlsruhe.de>
Message-ID <cac517d4-b394-4a00-8ba9-9ac0cef6bb1c@r3g2000vbn.googlegroups.com> (permalink)
Subject Re: iterative plot in parametric mode?
From ab <ab.3942@googlemail.com>

Show all headers | View raw


Hi,
keep the iteration away from the plot command:

do for [i=1:4] {
plot cos(t*i),sin(t*i)
}

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


Thread

iterative plot in parametric mode? Karl <ratzsch@polymer.uka.de> - 2012-12-02 23:28 +0100
  Re: iterative plot in parametric mode? ab <ab.3942@googlemail.com> - 2012-12-02 23:24 -0800
    Re: iterative plot in parametric mode? Karl <mail.kfr@gmx.net> - 2012-12-03 09:19 +0100
      Re: iterative plot in parametric mode? ab <ab.3942@googlemail.com> - 2012-12-03 03:05 -0800
        Re: iterative plot in parametric mode? Karl <ratzsch@polymer.uka.de> - 2012-12-03 21:08 +0100
  Re: iterative plot in parametric mode? sfeam <sfeam@users.sourceforge.net> - 2012-12-03 08:29 -0800
    Re: iterative plot in parametric mode? Karl <ratzsch@polymer.uka.de> - 2012-12-03 21:18 +0100
      Re: iterative plot in parametric mode? sfeam <sfeam@users.sourceforge.net> - 2012-12-03 14:16 -0800
        Re: iterative plot in parametric mode? Karl <ratzsch@polymer.uka.de> - 2012-12-03 23:58 +0100
          Re: iterative plot in parametric mode? sfeam <sfeam@users.sourceforge.net> - 2012-12-03 15:55 -0800
            Re: iterative plot in parametric mode? Karl <mail.kfr@gmx.net> - 2012-12-04 14:11 +0100
            Re: iterative plot in parametric mode? iainleverett@gmail.com - 2013-04-08 15:01 -0700
              Re: iterative plot in parametric mode? sfeam <sfeam@users.sourceforge.net> - 2013-04-08 15:42 -0700
                Re: iterative plot in parametric mode? iainleverett@gmail.com - 2013-04-09 03:04 -0700
                Re: iterative plot in parametric mode? iainleverett@gmail.com - 2013-04-09 03:07 -0700
              Re: iterative plot in parametric mode? Karl <mail.kfr@gmx.net> - 2013-04-09 09:42 +0200

csiph-web