File:LinearInterpolation.svg

Summary

Description
English: Illustration of linear interpolation.
Date
Source Own work
Author Berland. Based on png-version Image:Linear_interpolation.png. Newer version by ElectroKid ()
 
This plot was created with Gnuplot by v.
Category:Valid SVG created with Gnuplot#LinearInterpolation.svg
 
This vector image was created with Inkscape by v .
Category:Valid SVG created with Inkscape#LinearInterpolation.svg
 
The SVG code is valid.
Category:Valid SVG created with Text Editor
 
This 14.83 was created with a text editor by ElectroKid ().

Previous version had been created with Inkscape (7952 bytes)     now 14.83% of previous size

 
Please do not replace the simplified code of this file with a version created with Inkscape or any other vector graphics editor
Category:Inkscape SVG substitution#%2014.83

Gnuplot source code

set terminal svg fname "Helvetica" fsize 25
set output "LinearInterpolation.svg"
set key off
set xzeroaxis linewidth 3
set yzeroaxis linewidth 3
set xrange [0:3]
set yrange [0:4]
set xtics nomirror ("x0" 1, "x1" 2)
set ytics nomirror ("y0" 1, "y1" 3)
unset border
set label 13 "(x,y)" at 1.55, 1.95 tc lt 3
plot "-" with lines linetype -1, \
     "-" with lines linetype -1, \
     "-" with lines linetype 0, \
     "-" with lines linetype 0, \
     "-" with lines linetype 0, \
     "-" with lines linetype 0, \
     "-" with lines linetype 3 linewidth 4, \
     "-" with points linetype 1 pointtype 7 pointsize 0.7, \
     "-" with points linetype 3 linewidth 4 pointtype 7 pointsize 0.7
1.5 0
1.5 2
e
0 2
1.5 2
e
1 0
1 1
e
2 0
2 3
e
0 1
1 1
e
0 3
2 3
e
1 1
2 3
e
1 1
2 3
e
1.5 2
e

Modified in Inkscape

The output from Gnuplot was modified for dashed lines, and the text labels were redone for italics and subscript.

Licensing

Public domain This work has been released into the public domain by its author, Berland. This applies worldwide.
In some countries this may not be legally possible; if so:
Berland grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Category:Self-published work#LinearInterpolation.svgCategory:PD-self#LinearInterpolation.svg Category:Interpolation Category:Numerical analysis Category:Images with Gnuplot source code
Category:Images with Gnuplot source code Category:Inkscape SVG substitution Category:Interpolation Category:Numerical analysis Category:PD-self Category:Self-published work Category:Valid SVG created with Gnuplot Category:Valid SVG created with Inkscape Category:Valid SVG created with Text Editor