File:WarmingStripes.png

WarmingStripes.png(635 × 384 pixels, file size: 5 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

Description
English: Warming stripes (Ed Hawkins idea) done with Gnuplot
Date
Source Own work
Author Dhenriques62
Other versions

Derivative work included in:

20190706 Compare warming stripes - Azores (GISTEMP 250 1880-2017) vs World (Berkeley Earth 1850-2018)

The plot has been created with Gnuplot 5.2 using the following script:

# Warming stripes gnuplot script
# by D. Henriques (2018)
#
set boxwidth 1 absolute
unset key
#
# Change title as required
set title "Spatial average air temperature annual anomalies for Azores: 1880 -2017 (GISTEMP/250) "
# 
# Change year span as required
set xrange [ 1880 : 2018] noreverse nowriteback
set yrange [ 0 : 1 ] noreverse nowriteback
#
# Color scale: Dark-red = +1.5K , Dark blue = -1.5 K, ...
set palette defined ( -1.5 "dark-blue", -1.0 "blue", 0 "white", 1.0 "red" , 1.5 "dark-red")
unset xtics
unset ytics
unset colorbox
unset border
#
# Change input file as required
# data format must be space separated:
# 
# Year Annomaly
# YYYY AA.AA
plot 'AZ.dat' using 1:(1):2 with boxes lc pal

Licensing edit

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International 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.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current15:04, 29 August 2018Thumbnail for version as of 15:04, 29 August 2018635 × 384 (5 KB)Dhenriques62 (talk | contribs)New color scale, including dark red and dark blue.
12:37, 29 August 2018Thumbnail for version as of 12:37, 29 August 2018635 × 384 (5 KB)Dhenriques62 (talk | contribs)User created page with UploadWizard