File:Ratio of Seventh Day Adventist membership to world population..svg

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

Original file(SVG file, nominally 655 × 488 pixels, file size: 32 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description
English: Shows the ratio of the Seventh Day Adventist Church membership to the world population over time.

Work is created using matplotlib/python.

Absolute membership data taken from http://documents.adventistarchives.org/Statistics/ASR/ASR2014.pdf

world population data is a combination of http://documents.adventistarchives.org/Statistics/Other/RatiosofSDAtoWorldPop1863-2009.PDF for 1863-2000, https://en.wikipedia.org/wiki/World_population for 2010 http://www.prb.org/pdf12/2012-population-data-sheet_eng.pdf for 2012 and http://www.prb.org/pdf11/2011population-data-sheet_eng.pdf for 2011

Here is the source code:

import matplotlib.pyplot as plt
import numpy as np

years=np.array([1863,1870,1880,1890,1900,1910,1920,1930,1940,1950,1960,1970,1980,1990,2000,2010,2011,2012])

absmember=np.array([3500,5440,15570,29711,75767,104526,185450,314253,504752,756812,1245125,2051864,3480518,6694880,11687239,16923239,17479890,17881491])

worldpop=np.array([1306000000,1360000000,1443e6,1532e6,1628e6,1740e6,1861e6,2070e6,2296e6,2520e6,3022e6,3698e6,4414e6,5321e6,6067e6,6916e6,6986951e3,7058e6])

buff=0.0001
ymin=np.min(absmember/worldpop)-buff
ymax=np.max(absmember/worldpop)+buff
outfile="SeventhDayAdventistPopRatio"
outformat="svg"
plt.rc('text', usetex=True)
plt.rc('font', **{'family':'serif','serif':['Computer Modern']})
plt.ylim(ymin,ymax)
plt.plot(years,absmember/worldpop,color='black')
plt.xlabel("year")
plt.ylabel("population ratio")
plt.savefig(outfile+"."+outformat, format=outformat, bbox_inches='tight', dpi=1000,transparent=True)
plt.show()
Date
Source Own work
Author TChapProctor

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
current22:21, 17 February 2015Thumbnail for version as of 22:21, 17 February 2015655 × 488 (32 KB)TChapProctor (talk | contribs)Changed line color to black
22:14, 17 February 2015Thumbnail for version as of 22:14, 17 February 2015655 × 488 (32 KB)TChapProctor (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

Metadata