File:Sea level rise.svg

Summary

Description
English: Global sea level since 1993. Data from Neil White of CSIRO, originally conducted via satellites TOPEX/Poseidon, Jason-1 and Jason 2.
# output
set output 'global sea level.svg'
set terminal svg
 
# title
set title 'GMSL from TOPEX/Poseidon, Jason-1 and Jason-2 satellite altimeter data'
 
# axis, grid and legend
set key left top
set xlabel 'Years'
set xtics 1 font 'Times, 6'

set ylabel 'Global Mean Sea Level (mm)'
set ytics out nomirror scale 0.5
set grid xtics mxtics ytics 
set border 3
 
# plotting
plot 'CSIRO_Alt.csv' using 1:2 with lines title "monthly", \
'CSIRO_Alt.csv' using 1:3 with lines title "3-month running mean"
CSIRO_Alt.csv from ftp://ftp.marine.csiro.au/pub/legresy/gmsl_files/CSIRO_Alt.csv
Date
Source Own work
Author Kopiersperre (talk)

Licensing

I, the copyright holder of this work, hereby publish it under the following licenses:
w:en:Creative Commons
attribution share alike
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.
Category:CC-BY-SA-3.0#Sea%20level%20rise.svg
GNU head 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.
Category:License migration redundant#Sea%20level%20rise.svgCategory:GFDL#Sea%20level%20rise.svg
You may select the license of your choice.
Category:Self-published work
Category:Images with Gnuplot source code Category:Sea level statistics Category:Climate change diagrams Category:English-language SVG charts
Category:CC-BY-SA-3.0 Category:Climate change diagrams Category:English-language SVG charts Category:GFDL Category:Images with Gnuplot source code Category:License migration redundant Category:Sea level statistics Category:Self-published work