Path: csiph.com!aioe.org!news.mixmin.net!weretis.net!feeder4.news.weretis.net!feeder5.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Karl Ratzsch Newsgroups: comp.graphics.apps.gnuplot Subject: Re: replotting curves for different values of coefficients Date: Sat, 5 Nov 2016 01:55:54 +0100 Organization: solani.org Lines: 15 Message-ID: References: <7f66318a-a67a-4ac3-95a5-b273176196e2@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: solani.org 1478307349 16466 eJwVyskRwDAIBMGUBOyCHY7MkX8Ikh/z6KqhuXgGnA4O5y1oZG9dAYm4JOIu2mWJtmHJFn5/uh4eCpYQag== (5 Nov 2016 00:55:49 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Sat, 5 Nov 2016 00:55:49 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 X-NNTP-Posting-Host: eJwFwYERAEEEA8CWPo5IOxj6L+F34xGcdAY9Lq59NcOoRFrqK00DJbbZYyhFH5C2QK/uBxDMEHY= Cancel-Lock: sha1:DM+isTIBRAuyuZgbYviDWIgbhcQ= X-User-ID: eJwFwYEBwCAIA7CXFGmBc1wH/59ggsNNhRN0DOZ2B4zIstSJ329Hm62EVo2TM7Atqfmxaj0W6RDq In-Reply-To: <7f66318a-a67a-4ac3-95a5-b273176196e2@googlegroups.com> Xref: csiph.com comp.graphics.apps.gnuplot:3439 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]