File:HermiteBasis.svg
From Wikimedia Commons, the free media repository
HermiteBasis.svg (SVG file, nominally 600 × 480 pixels, file size: 12 KB)
[edit] Summary
| Description |
Elementary function for Cubic Hermite spline interpolation. |
|---|---|
| Date |
26 June 2007 |
| Source |
self-made in Gnuplot |
| Author | |
| Permission (Reusing this image) |
See below. |
[edit] Gnuplot source code
set terminal svg fname "Vera" fsize 18
set output 'HermiteBasis.svg'
set border 2
set xtics axis 1,1
set ytics nomirror 0.2
set xrange [0:1]
set key right center box linewidth 1
plot 2*x*x*x - 3*x*x + 1 with lines t 'h00' lt 1 lw 4, \
x*x*x - 2*x*x + x with lines t 'h10' lt 2 lw 4, \
-2*x*x*x + 3*x*x with lines t 'h01' lt 3 lw 4, \
x*x*x - x*x with lines t 'h11' lt 4 lw 4, \
0 with lines linetype -1 linewidth 1 notitle
Use at least version 4.2 of Gnuplot.
[edit] Licensing
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 19:48, 26 June 2007 | 600×480 (12 KB) | Berland (Talk | contribs) | ({{Information |Description=Elementary function for Cubic Hermite spline interpolation. |Source=self-made in Gnuplot |Date=26 June 2007 |Author= Berland }} ==Gnuplot source code== set terminal) |
- Edit this file using an external application (See the setup instructions for more information)
File links
There are no pages on Wikimedia Commons that link to this file. Some pages on other Wikimedia projects may link to it.
Global file usage
The following other wikis use this file:
- Usage of HermiteBasis.svg on enwiki