Gnuplot x (y) Glättung

Wie kann ich die in der Form x (y) dargestellten Daten glätten? Die Gnuplot-Glättungsfunktion von to invalid behandelt solche Fälle.

Als Beispiel

Datei (T-L.dat):

0.00    0.0
0.10    0.1
0.15    0.2
0.40    0.3
0.60    0.4
0.50    0.5
0.60    0.6
0.40    0.7
0.15    0.8
0.10    0.9
0.00    1.0

Was ich möcht.

Gnuplot-Sitzung:

knkd@SCP71:~/MEAS/HEAT$ gnuplot

        G N U P L O T
        Version 4.6 patchlevel 4    last modified 2013-10-02 
        Build System: Linux x86_64

        Copyright (C) 1986-1993, 1998, 2004, 2007-2013
        Thomas Williams, Colin Kelley and many others

        gnuplot home:     http://www.gnuplot.info
        faq, bugs, etc:   type "help FAQ"
        immediate help:   type "help"  (plot window: hit 'h')

Terminal type set to 'wxt'
gnuplot> plot "T-L.dat" with lines

Was ich hab.

Add glatt:

gnuplot> plot "T-L.dat" with lines smooth csplines

Ergebnis auch nicht gut (nur 2 Links, sorry).

Andere Funktionen geben auch nicht das Ergebnis, das ich wollte. Aber ich brauche wirklich einen Spline.

Antworten auf die Frage(1)

Ihre Antwort auf die Frage