File:HermiteBasis.svg
Original file (SVG file, nominally 600 × 480 pixels, file size: 12 KB)
Captions
Summary
[edit]DescriptionHermiteBasis.svg | Hermite spline basis functions. |
Date | |
Source | self-made in Gnuplot |
Author | Berland, ElectroKid (☮ • ✍) |
Previous version had been created with Gnuplot (12691 bytes) now 11.51% of previous size
Gnuplot source code
[edit]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.
Licensing
[edit]Public domainPublic domainfalsefalse |
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. |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 14:30, 23 February 2017 | 600 × 480 (12 KB) | Rainald62 (talk | contribs) | simpler code is no excuse for wrong shape of the curves | |
18:31, 10 January 2015 | 440 × 480 (1 KB) | Krishnavedala (talk | contribs) | simplified drawing | ||
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 |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on ar.wikipedia.org
- Usage on cs.wikipedia.org
- Usage on en.wikipedia.org
- Usage on es.wikipedia.org
- Usage on fr.wikipedia.org
- Usage on it.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Image title | Produced by GNUPLOT 4.2 patchlevel 0 |
---|---|
Width | 600 |
Height | 480 |