Hello!
I'm wondering if it is possible to get the function that gnuplot plotted when
it plots data with acsplines.
I'd like to have that to differentiate it for further plotting/evaluation.
Many thanks for any hints or help
Lynx
From: Thomas S. <t.s...@fz...> - 2009-05-07 11:57:24
it's not a simple function, instead the spline is defined by an internal
matrix (4 values per x-value) which is used to calculated the polynomial
at each sample point.
without modifying the source code of gnuplot it's not possible to
have access to this matrix.
but you can get the approximation curve out as a sequence of
x-y-pairs:
'set samples' to a large enough value and 'set table' before
plotting.
lynx.abraxas wrote:
>
> Hello!
>
>
> I'm wondering if it is possible to get the function that gnuplot plotted
> when
> it plots data with acsplines.
> I'd like to have that to differentiate it for further plotting/evaluation.
>
> Many thanks for any hints or help
> Lynx
>
>
>
>
> ------------------------------------------------------------------------------
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
> i700
> Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
> _______________________________________________
> Gnuplot-info mailing list
> Gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>
>
--
View this message in context: http://www.nabble.com/How-to-get-the-function-from-acspline-fitting--tp23385174p23425252.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.