Illustration of Extrapolation. The red points are assumed known and the extrapolation problem consists of giving a meaningful value to the blue box at .
Data
Font
self-made in Gnuplot. Question mark added in Inkscape.
set terminal svg fname "Helvetica" fsize 25
set output "Extrapolation_example.svg"
set key off
set xzeroaxis
set xtics axis 1,1
set ytics nomirror 1
set border 2
set xrange [0:8]
plot "-" with points pointtype 7 pointsize 0.5, 0 with lines -1,\
"-" with points pointtype 4 pointsize 1
0 -0.2
0.5 -0.05
1 0.1
1.5 0.35
2 0.6
2.5 0.68
3 0.7
3.5 0.55
4 0.4
4.5 0.27
5 0.15
e
7 -0.4
e
Llicència
Public domainPublic domainfalsefalse
S'ha alliberat aquesta obra al domini públic pel seu autor Berland. Això s'aplica a tot el món. En alguns països això pot no ser legalment possible, en tal cas: Berland concedeix a tothom el dret d'usar aquesta obra per a qualsevol propòsit, sense cap condició llevat d'aquelles requerides per la llei.
set terminal svg fname "Helvetica" fsize 25
set output "Extrapolation_example.svg"
set key off
set xzeroaxis
set xtics axis 1,1
set ytics nomirror 1
set border 2
set xrange [0:8]
plot "-" with points pointtype 0 pointsize 0.5, 0 with lines -1,\
"-" with points pointtype 4 pointsize 1
0 2.6680
0.5 2.6975
1 2.7272
1.5 2.7568
Llegendes
Afegeix una explicació d'una línia del que representa aquest fitxer
{{Information |Description=Illustration of Extrapolation. The red points are assumed known and the extrapolation problem consists of giving a meaningful value to the blue box at <math>x=7</math>. |Source=self-made in Gnuplot. Questio