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


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

Re: Intersection point of data-plot and linear-function

Path csiph.com!2.us.feeder.erje.net!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!feeder5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From Karl Ratzsch <mail.kfr@gmx.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Intersection point of data-plot and linear-function
Date Tue, 27 Dec 2016 11:02:30 +0100
Organization solani.org
Lines 19
Message-ID <o3te7p$frn$1@solani.org> (permalink)
References <akdkmp$5gc$1@news.u-strasbg.fr> <akdgd6$7fg$1@nets3.rz.RWTH-Aachen.DE> <e7a6f432-0e04-4782-aa40-4629d93494b9@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
X-Trace solani.org 1482832953 16247 eJwFwYkBgDAIA8CV5ElaxsEI+4/gHYJGnSSYWOztbJmsvF7bLcJcAV1+M/EECuBRcLtcox8YshEN (27 Dec 2016 10:02:33 GMT)
X-Complaints-To abuse@news.solani.org
NNTP-Posting-Date Tue, 27 Dec 2016 10:02:33 +0000 (UTC)
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1
X-NNTP-Posting-Host eJwNxMkBwDAIA7CVIGCTdcq1/wipHoJRWeEEHYvdj/f24JTKsdXaEKAzxP9yrHw2ae0CMeYDJZkRUw==
Cancel-Lock sha1:7u6LNlK+GfO3RaIOgFF4mX98WoI=
X-User-ID eJwNyMkRACAIBLCWQGGBcpSj/xJ08otuMNIECtH5KNtitovTqna++afMZsCiMYdB5iE4XZH8ABvQERg=
In-Reply-To <e7a6f432-0e04-4782-aa40-4629d93494b9@googlegroups.com>
Xref csiph.com comp.graphics.apps.gnuplot:3500

Show key headers only | View raw


Am 27.12.2016 um 00:13 schrieb Markus Grünwald:
> Just to be sure (because i need the same thing - and maybe there were lot of improvements till this last post):
> There is no way in gnuplot to get the intersection point of a data-set (or a smoothed spline of it) with a linear function (y=k*x+d)?
> 

No. At least no simple, straightforward way. Remember gnuplot is a
plotting tool, not a data evaluation suite.

If you can model your data by some analytical function(s) that you
can fit, then you could derive the intersection, and use "set label
point" to mark it.

If a simple linear regression (or rather two) fit you data, then
it's simple, and for that, you "just" have to limit the range
sufficiently. The trick will be to do that automatically and
reliably in gnuplot. Using densely sampled splines instead of the
actual data will probably help.

  Karl

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


Thread

Intersection point of data-plot and linear-function Markus Grünwald <m_grueni@web.de> - 2016-12-26 15:13 -0800
  Re: Intersection point of data-plot and linear-function Karl Ratzsch <mail.kfr@gmx.net> - 2016-12-27 11:02 +0100
    Re: Intersection point of data-plot and linear-function Markus Grünwald <m_grueni@web.de> - 2016-12-28 15:43 -0800

csiph-web