File:Greece-unemployment-2004-present-el.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file (SVG file, nominally 1,000 × 600 pixels, file size: 21 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description
English: Unemployment rate in Greece from 2004 to today. Data from Hellenic Statistical Authority (http://www.statistics.gr/el/statistics/-/publication/SJO02/-), monthly data, seasonally adjusted
Ελληνικά: Δείκτης ανεργίας στην Ελλάδα από το 2004 ως σήμερα. Δεδομένα από την Ελληνική Στατιστική Αρχή (ΕΛ.ΣΤΑΤ) (http://www.statistics.gr/el/statistics/-/publication/SJO02/-) ανά μήνα, εποχικά προσαρμοσμένα
Date
Source Own work
Author CubicStar

Source code

[edit]

Graph produced by a Gnuplot script (data is inlined for better reproduction)

# Terminal
set terminal svg enhanced size 1000 600 fname "Arial,sans" fsize 12
set output "Greece-unemployment-2004-present-el.svg"
# Data and formats
set datafile missing "-"
set datafile separator " "
set xdata time
set timefmt "%Y-%m"
set format x "%Y"
# Scale and ranges
set autoscale
set xrange ["2003-10":"2016-07"]
set yrange [0:30]
# Ticks, borders and title
set border 0 linewidth 0
set xtics autofreq nomirror
set ytics autofreq nomirror
set grid xtics  back linetype 1 linewidth 3 linecolor rgb "#ffffff"
set grid x2tics back linetype 1 linewidth 2 linecolor rgb "#ffffff"
set grid ytics  back linetype 1 linewidth 3 linecolor rgb "#ffffff"
set grid y2tics back linetype 1 linewidth 2 linecolor rgb "#ffffff"
set object 1 rectangle \
             from graph 0, graph 0 to graph 1, graph 1 \
             behind \
             fillcolor rgb "#e5e5e5" \
             fillstyle solid 1.0
# Title translation: "Unemployment rate in Greece, 2004-today\n(Seasonally adjusted data per month)"
set title "Δείκτης ανεργίας στην Ελλάδα από το 2004 ως σήμερα\n(προσαρμοσμένα εποχικά στοιχεία ανά μήνα)"
# Plot
plot "-" using 1:2 with lines linewidth 2.5 title ""
# space-delimited data start #
	month adjusted
	2004-01 11.1
	2004-02 10.9
	2004-03 10.9
	2004-04 10.7
	2004-05 10.6
	2004-06 10.5
	2004-07 10.5
	2004-08 10.4
	2004-09 10.4
	2004-10 10.4
	2004-11 10.4
	2004-12 10.4
	2005-01 10.3
	2005-02 10.1
	2005-03 10.1
	2005-04 10.0
	2005-05 10.0
	2005-06 10.1
	2005-07 10.1
	2005-08 10.0
	2005-09 10.0
	2005-10 10.0
	2005-11 9.8
	2005-12 9.7
	2006-01 9.5
	2006-02 9.6
	2006-03 9.3
	2006-04 9.3
	2006-05 9.0
	2006-06 8.8
	2006-07 8.7
	2006-08 8.7
	2006-09 8.6
	2006-10 8.5
	2006-11 8.9
	2006-12 9.0
	2007-01 8.9
	2007-02 8.9
	2007-03 8.9
	2007-04 8.6
	2007-05 8.4
	2007-06 8.3
	2007-07 8.2
	2007-08 8.2
	2007-09 8.2
	2007-10 8.2
	2007-11 8.0
	2007-12 8.1
	2008-01 7.9
	2008-02 8.0
	2008-03 8.2
	2008-04 7.9
	2008-05 7.3
	2008-06 7.5
	2008-07 7.5
	2008-08 7.6
	2008-09 7.6
	2008-10 7.6
	2008-11 7.9
	2008-12 8.7
	2009-01 9.0
	2009-02 9.2
	2009-03 9.2
	2009-04 9.2
	2009-05 9.3
	2009-06 9.4
	2009-07 9.6
	2009-08 9.7
	2009-09 10.0
	2009-10 10.1
	2009-11 10.4
	2009-12 10.7
	2010-01 11.1
	2010-02 11.4
	2010-03 11.7
	2010-04 11.9
	2010-05 12.3
	2010-06 12.5
	2010-07 12.7
	2010-08 12.9
	2010-09 13.3
	2010-10 14.0
	2010-11 14.3
	2010-12 14.8
	2011-01 15.1
	2011-02 15.6
	2011-03 16.1
	2011-04 16.4
	2011-05 16.9
	2011-06 17.2
	2011-07 17.8
	2011-08 18.5
	2011-09 19.0
	2011-10 19.8
	2011-11 20.9
	2011-12 21.6
	2012-01 22.0
	2012-02 22.3
	2012-03 22.6
	2012-04 23.3
	2012-05 24.0
	2012-06 24.9
	2012-07 25.1
	2012-08 25.5
	2012-09 26.0
	2012-10 26.0
	2012-11 26.4
	2012-12 26.4
	2013-01 26.8
	2013-02 26.9
	2013-03 27.2
	2013-04 27.5
	2013-05 27.8
	2013-06 27.6
	2013-07 27.8
	2013-08 27.7
	2013-09 28.0
	2013-10 27.8
	2013-11 27.7
	2013-12 27.3
	2014-01 27.2
	2014-02 27.1
	2014-03 26.9
	2014-04 27.1
	2014-05 27.0
	2014-06 26.7
	2014-07 26.3
	2014-08 26.2
	2014-09 26.1
	2014-10 26.1
	2014-11 25.9
	2014-12 26.1
	2015-01 25.8
	2015-02 25.8
	2015-03 25.7
	2015-04 25.3
	2015-05 25.0
	2015-06 24.9
	2015-07 24.9
	2015-08 24.7
	2015-09 24.8
	2015-10 24.5
	2015-11 24.5
	2015-12 24.2
	2016-01 24.3
	2016-02 24.0
	2016-03 23.7
	2016-04 23.3
# data end #

##

Licensing

[edit]
I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

File history

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

(newest | oldest) View (newer 10 | ) (10 | 20 | 50 | 100 | 250 | 500)
Date/TimeThumbnailDimensionsUserComment
current09:07, 9 July 2016Thumbnail for version as of 09:07, 9 July 20161,000 × 600 (21 KB)CubicStar (talk | contribs)(fix to range)
09:04, 9 July 2016Thumbnail for version as of 09:04, 9 July 20161,000 × 600 (21 KB)CubicStar (talk | contribs)Updated data
19:49, 27 April 2016Thumbnail for version as of 19:49, 27 April 20161,000 × 600 (21 KB)CubicStar (talk | contribs)Update umemployment data
07:51, 4 October 2015Thumbnail for version as of 07:51, 4 October 20151,000 × 600 (25 KB)CubicStar (talk | contribs)Updated data
20:45, 6 August 2015Thumbnail for version as of 20:45, 6 August 20151,000 × 600 (25 KB)CubicStar (talk | contribs)Updated to May 2015
23:58, 3 June 2015Thumbnail for version as of 23:58, 3 June 20151,000 × 600 (25 KB)CubicStar (talk | contribs)Update up to February 2015
19:19, 10 March 2015Thumbnail for version as of 19:19, 10 March 20151,000 × 600 (25 KB)CubicStar (talk | contribs)Update up to 2014-Dec, resized
19:22, 1 March 2015Thumbnail for version as of 19:22, 1 March 20151,000 × 600 (21 KB)Kopiersperre (talk | contribs)update, size increased
08:40, 18 July 2014Thumbnail for version as of 08:40, 18 July 2014640 × 480 (20 KB)CubicStar (talk | contribs)More data, data update
22:33, 14 May 2014Thumbnail for version as of 22:33, 14 May 2014640 × 480 (18 KB)CubicStar (talk | contribs)Updated data and somewhat updated script
(newest | oldest) View (newer 10 | ) (10 | 20 | 50 | 100 | 250 | 500)

The following page uses this file:

File usage on other wikis

Metadata