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


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

Re: replotting curves for different values of coefficients

From Karl Ratzsch <mail.kfr@gmx.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: replotting curves for different values of coefficients
Date 2016-11-05 01:55 +0100
Organization solani.org
Message-ID <nvjamk$g2i$1@solani.org> (permalink)
References <7f66318a-a67a-4ac3-95a5-b273176196e2@googlegroups.com>

Show all headers | View raw


Am 04.11.2016 um 23:22 schrieb Dan Connelly:
> I'm trying to superpose curves for different values of a coefficient.
> 

plot for [a=0:5] f(x,a)

plot for [a in "1.3 1.4 1.6 1.9. 2.4"] exp(-(x-a)**2)


in gnuplot >5.1, there are also (respectivley will most likely be in
the next stable release) array variables:

plot for [i=0:5] a[i]*x**2 + b[i]*x + c[i]

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


Thread

replotting curves for different values of coefficients Dan Connelly <djconnel@gmail.com> - 2016-11-04 15:22 -0700
  Re: replotting curves for different values of coefficients Karl Ratzsch <mail.kfr@gmx.net> - 2016-11-05 01:55 +0100

csiph-web