File:NRW Wahlbeteiligung.png

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

Original file(1,200 × 900 pixels, file size: 13 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents
Description Wahlbeteiligung in absoluten und relativen Größen bei Nationalratswahlen in Österreich
Date
Source homepage des BMI, erstellt in GNU R, quelltext siehe unten
Author Thomas Steiner
Permission
(Reusing this file)
Thomas Steiner put it under the CC-by-SA 2.5.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 2.5 Generic 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.

R Quelltext:

ber=  c(3449605,4391815,4586870,4614464,4696603,4805351,4886818,5045841,4984448,5019277,5186735,5316436,5461414,5628912,5774000,5768099,5838373,5912592,6107892,6333109)
guelt=c(3217354,4193733,4318688,4351908,4362856,4456131,4531885,4588961,4556990,4613432,4729251,4853417,4852188,4704894,4633114,4844173,4622354,4909645,4708281,4887309)

dat=c("1945-11-25", "1949-10-09", "1953-02-22", "1956-05-13", "1959-05-10", "1962-11-18", "1966-03-06", "1970-03-01", "1971-10-10", "1975-10-05", "1979-05-06", "1983-04-24", "1986-11-23", "1990-10-07", "1994-10-09", "1995-12-17", "1999-10-03", "2002-11-24", "2006-10-01" ,"2008-09-28")
dat=as.Date(dat,format="%Y-%m-%d")

png(filename="NRW_Wahlbeteiligung.png", width=1200, height=900, pointsize=12)
par(mfrow=c(2,1),oma=c(0,0,3,0))
plot(dat,guelt/ber,type="b",main="Anteil der gültig abgegebenen Stimmen",yaxt="n",ylim=(0.5, 1), ylab="Wahlbeteiligung")
yticks=axTicks(2)
axis(side=2,at=yticks,labels=paste(format(100*yticks,digits=3),"%",sep=""))
grid(NA, NULL, lwd=1, col="lightgrey")

plot(dat,ber,type="b", main="Wahlberechtigte und gültig abgegebene Stimmen",ylim=range(ber+1000000,guelt-1000000),ylab="Stimmen")
lines(dat,guelt,type="b",col="grey")
title("Wahlbeteiligung bei Nationalratswahlen in Österreich seit 1945",outer=TRUE,cex.main=1.4)

dev.off()
 
This chart was created with R.

File history

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

Date/TimeThumbnailDimensionsUserComment
current14:59, 18 October 2008Thumbnail for version as of 14:59, 18 October 20081,200 × 900 (13 KB)Thire (talk | contribs)tippo img
14:57, 18 October 2008Thumbnail for version as of 14:57, 18 October 20081,200 × 900 (13 KB)Thire (talk | contribs)new data, new imgae
12:39, 10 October 2006Thumbnail for version as of 12:39, 10 October 20061,200 × 900 (11 KB)Thire (talk | contribs)last numbers...
17:20, 7 October 2006Thumbnail for version as of 17:20, 7 October 20061,200 × 900 (13 KB)Thire (talk | contribs){{Information| |Description = Wahlbeteiligung in absoluten und relativen Größen bei Nationalratswahlen in Österreich |Source = homepage des BMI, erstellt in GNU R, quelltext siehe unten |Date = 6 okt 2006 |Author = Thomas Steiner

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: