File:Bevölkerungsentwicklung DDR.svg

Original file(SVG file, nominally 1,350 × 810 pixels, file size: 54 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

edit
Description
Deutsch: Bevölkerung der DDR von 1946 bis 1989
English: Population of the German Democratic Republic from 1946 to 1989
Date
Source

Own work, data from

Sonderreihe mit Beiträgen für das Gebiet der ehemaligen DDR Heft 3 Bevölkerungsstatistische Übersichten 1946 bis 1989 (S.24)
Author Hi, future humans! (talk · contribs), R code inspired by Europol at German Wikipedia,
Permission
(Reusing this file)
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.
SVG development
InfoField
 
The SVG code is valid.
 
This chart was created with R.
 
 This file uses embedded text that can be easily translated using a text editor.
Source code
InfoField

R code

svg("Bevölkerungsentwicklung DDR.svg", width = 15, height = 9)

year <- seq(1901, 1989)
population <- data.frame(year)
################################################################################

rownames(population) <- year
population[c(39:89), "humans"] <- c(16.745, NA, NA, NA, NA, NA, NA, 18.057, 18.892, 19.066, 18.892, 18.388, 18.351, 18.328, 18.178, 18.059, 17.944, 17.718, 17.517, 17.355, 17.298, 17.241, 17.125, 17.102, 17.155, 16.983, 17.02, 17.058, 17.082, 17.084, 17.076, 17.058, 17.061, 17.043, 16.98, 16.925, 16.85, 16.786, 16.765, 16.756, 16.745, 16.737, 16.736, 16.697, 16.699, 16.671, 16.644, 16.624, 16.641, 16.666, 16.614)
comment(population$humans) <- "Sources: 1939-1989 East German population: -Special series with contributions for the territory of the former GDR- Booklet 3, Population Statistical Surveys 1946 to 1989, released May 1993 https://www.statistischebibliothek.de/mir/receive/DEMonografie_mods_00002289 (page 24)"

########################################
years <- 1939:1989
par( mar=c(2.7, 4.5, 2.5, 0)) #bottom, left, top, right
plot(years, population$humans[39:89], ylim = c(16, 20), bty = "l", type = "b", yaxs="i", xlab = "", ylab = "", pch = 15, lab = c(10, 10, 1), col = "red", main = "Bevölkerung Deutsche Demokratische Republik (DDR)", cex.main = 2, sub = "", lwd = 2, yaxt="n", xaxt="n")

axis(1, at = seq(1939, 1989, by = 5), las=0, tck = 1, lty = 1, col = "#c9c9c9", lwd = 1)
axis(2, at = seq(16, 20, by = 0.5), las=2, tck = 1, lty = 1, col = "#c9c9c9", lwd = 1)
#mtext(side=1, text="Example", cex = 1.3, line=3.7) # X Axis
mtext(side=2, text="Millionen", cex = 1.3, line = 2.8) # Y Axis
#mtext(side=3, text="AAAAAAA", cex = 1.5, line=1.0) # Title
dev.off()

File history

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

Date/TimeThumbnailDimensionsUserComment
current19:52, 4 December 2021Thumbnail for version as of 19:52, 4 December 20211,350 × 810 (54 KB)Hi, future humans! (talk | contribs)== {{int:filedesc}} == {{Information |Description={{de|1=Bevölkerung der DDR von 1946 bis 1989}} {{en|Population of the German Democratic Republic from 1946 to 1989}} |Source={{Own}}, data from [https://www.statistischebibliothek.de/mir/servlets/MCRFileNodeServlet/DEMonografie_derivate_00000961/Heft_3.pdf Sonderreihe mit Beiträgen für das Gebiet der ehemaligen DDR Heft 3 Bevölkerungsstatistische Übersichten 1946 bis 1989 (S.24)] |Date=2021-12-04 |Author={{User|Hi, future humans!}}, R code ins...

There are no pages that use this file.

Metadata