File:Radiocarbon dating calibration.svg
Summary
Description |
radiocarbon dating calibration curve. data sources:
Only in earlier versions of this file:
|
Date | 15 March 2006 (original upload date) |
Source | No machine-readable source provided. Own work assumed (based on copyright claims).Category:Assumed own work |
Author | No machine-readable author provided. Hokanomono assumed (based on copyright claims). Category:Files with no machine-readable source |
Gnuplot source code

reset
set term svg enhanced
set output "calib.svg"
set grid y
#set xlabel 'year'
set ylabel 'radiocarbon age BP'
set arrow 1 from 1950,2000 to 1950,500
set label 1 "\"present\" 1950 AD" at graph 0.98,first 2500 right
# Remember that the year before 1 AD is 1 BC.
set xtics ("1 AD" 1, "1000 AD" 1000, "2000 AD" 2000, "1000 BC" -999, "2000 BC" -1999, "3000 BC" -2999, "4000 BC" -3999, "5000 BC" -4999)
plot [-4999:2200][] 1950-x title 'uncalibrated' 3, "uwten98_14c.txt" us 1:4 title 'calibrated' w l 1
set output
Licensing
![]() |
I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |
Category:Archaeological diagrams
Category:Assumed own work
Category:Calibration of radiocarbon dates
Category:English-language SVG diagrams
Category:Files with no machine-readable source
Category:Gnuplot graphics
Category:PD-self
Category:Pages using deprecated source tags
Category:Self-published work
Category:Unspec SVG created with Gnuplot