File:EPICA temperature plot.svg
Summary
Description |
English: This figure shows the Antarctic temperature changes from EPICA during the last several glacial/interglacial cycles of the present ice age and a comparison to changes in global ice volume. The present day is on the right. |
Date | |
Source | Own work |
Author | Autopilot |
SVG development | |
Source code | Gnuplot codeset term svg size 2048,768 fsize 50
set output "epica-temp.svg"
set border 1
set xtics nomirror
set ytics nomirror
set grid y2 lc rgb "#C0C0C0"
set grid x lc rgb "#C0C0C0"
set xlabel "Thousands of years ago"
set y2label "°C difference"
set y2tics 4
unset ytics
set key reverse top left
plot [800:0] \
"edc3deuttemp2007.txt" \
using ($3/1000):5 \
notitle \
lc rgb "blue" \
with lines, \
"" \
using ($3/1000):5 \
title "EPICA" \
smooth csplines \
lw 5 \
lc rgb "red" \
with lines \
|
Licensing
I, the copyright holder of this work, hereby publish it under the following licenses:
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
![]() |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License. |
You may select the license of your choice.
Category:CC-BY-SA-3.0
Category:European Project for Ice Coring in Antarctica
Category:GFDL
Category:Global warming graphs
Category:Ice core proxy data and corresponding paleotemperatures
Category:License migration redundant
Category:Self-published work
Category:Translation possible - SVG
Category:Valid SVG created with Gnuplot code:Charts