File:Fin unemployment.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 750 × 600 pixels. Other resolutions: 300 × 240 pixels | 600 × 480 pixels | 960 × 768 pixels | 1,280 × 1,024 pixels | 2,560 × 2,048 pixels | 1,084 × 867 pixels.
Original file (SVG file, nominally 1,084 × 867 pixels, file size: 11 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionFin unemployment.svg |
English: Finnish unemployment rate (left axis, bars) and employment rate (right axis, line) between 1988 and 2006
Suomi: Suomen työttömyysaste (vasen asteikko, pylväät) ja työllisyysaste (oikea, viiva) vuosina 1988 - 2006 |
Date | |
Source | Eurostat, Labour Force Survey, graph own work |
Author | Jkv |
Permission (Reusing this file) |
PD-Own |
R source
[edit]#Eurostat 18.6.2007 #Employment rate (15 to 64 years), Finland 1992 - 2006 e <- c(65.1,61.0,60.3,61.6,62.4,63.3,64.6,66.4,67.2,68.1,68.1,67.7,67.6,68.4,69.3) # Harmonized unemployment rates, Finland 1988 - 2006 u <- c(4.2,3.1,3.2,6.6,11.7,16.3,16.6,15.4,14.6,12.7,11.4,10.2,9.8,9.1,9.1,9.0,8.8,8.4,7.7) library("RSvgDevice") devSVG("fin_unemployment.svg", width = 15, height = 12) par(mar=c(3.5,3.5,1,2.5),las=1,mgp=c(2.4,1,0),cex=2) x <- barplot(u,names.arg=1988:2006,col="gray65",space=.3,ylim=c(0,20), ylab="%",xaxs="r",xlim=c(.8,24.2)) text(x,u+.4,format(u,T)) lines(x[5:19],e-55,lwd=2) points(x[5:19],e-55,lwd=2,cex=1.5,pch=1) axis(4,seq(0,20,5),seq(55,75,5)) text(c(x[5],x[7],x[17],x[19]),c(e-55)[c(1,3,13,15)]+c(.5,-.7,-.7,.5), format(c(e)[c(1,5,13,15)],T,di=3)) box() dev.off()
Licensing
[edit]Public domainPublic domainfalsefalse |
This work has been released into the public domain by its author, I, Jkv. This applies worldwide. In some countries this may not be legally possible; if so: I, Jkv grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 14:00, 18 June 2007 | 1,084 × 867 (11 KB) | Jkv (talk | contribs) |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on fi.wikipedia.org
- Usage on ja.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Image title | R SVG Plot! |
---|