Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #2590
| From | Hans-Bernhard Bröker <HBBroeker@t-online.de> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: fitting points |
| Date | 2014-09-22 20:07 +0200 |
| Message-ID | <c8b6poFjtjfU1@mid.dfncis.de> (permalink) |
| References | <eb1da355-00d0-4738-b595-8cbac13d9cd5@googlegroups.com> |
Am 22.09.2014 um 07:24 schrieb mrossgatt@gmail.com: > Given data points in 2D, I want to generate a curve which > interpolates these points. The points should generate a closed curve, > i.e. for one x-value I have 2 y-coordinates. First, I'm afraid we have to clarify some terminology. You mix up "fitting" with "interpolation". Those are two different things. I don't think gnuplot has any interpolator that will generate a closed curve. You'll have to look elsewhere, or roll your own. If at all, you might succeed by using 'table' output mode to calculate and save individually interpolated curves per input column, then join those back together externally, and plot the result. Even this will still not have a truly cyclic set of boundary conditions (i.e. the curve won't close nicely).
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar | Unroll thread
fitting points mrossgatt@gmail.com - 2014-09-21 22:24 -0700 Re: fitting points Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2014-09-22 20:07 +0200
csiph-web