File:Uruk period growth of urban centers rank size 2 1.png
Original file (1,105 × 662 pixels, file size: 77 KB, MIME type: image/png)
Captions
Summary
[edit]DescriptionUruk period growth of urban centers rank size 2 1.png |
English: Growth of urban centers in Mesopotamia, during Uruk period |
Date | |
Source | Own work |
Author | Merikanto |
Source of data of population of towns are maps in
- I made a map-thing
- https://www.nma-fallout.com/threads/i-made-a-map-thing.218744/
Python3 script to create this graphics
import math
import numpy as np
import matplotlib.pyplot as plt
- I made a map-thing
- https://www.nma-fallout.com/threads/i-made-a-map-thing.218744/
times=np.array([-5000,-4700,-3600,-3300,-3100,-2900])
p_5000=[6500,1000,1000]
p_4700=[8500,5000,5000,1000]
p_3600=[14000,10000,10000,10000,10000,5000,5000,5000,5000,1000,1000]
p_3300=[40000,10000,10000,10000,10000,10000,10000,10000,5000,5000,5000,1000]
p_3100=[45000,10000,10000,10000,10000,10000,10000,10000,5000,5000,5000,1000]
p_2900=[80000,60000,30000,20000,15000,13000,10000,10000,10000,6000,5000,5000]
len1=len(p_3600)
len2=len(p_3100)
len3=len(p_2900)
x1=(np.linspace(1, len1, len1)).astype(int)
x2=(np.linspace(1, len2, len2)).astype(int)
x3=(np.linspace(1, len3, len3)).astype(int)
rule3=p_2900[0]*1/x3
plt.title("Growth of urban centers , Uruk period", fontsize=24)
plt.xlabel("Order by size" , fontsize=17)
plt.ylabel("Population " , fontsize=17 )
plt.xticks(fontsize=16)
plt.yticks(fontsize=16)
plt.plot(x1, p_3600, lw=2, color="#a0a0ff", label="3600 bc")
plt.plot(x2, p_3100, lw=4, color="#7070ff", label="3100 bc")
plt.plot(x3, p_2900, lw=6, color="#0000ff", label="2900 bc")
plt.plot(x3, rule3, linestyle=":",lw=4, alpha=0.5, label="rank-size rule 1/x")
plt.legend(fontsize=16)
plt.show()
Licensing
[edit]- 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.
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 09:49, 10 July 2024 | 1,105 × 662 (77 KB) | Merikanto (talk | contribs) | Uploaded own work with UploadWizard |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
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.
Software used | |
---|---|
Horizontal resolution | 39.37 dpc |
Vertical resolution | 39.37 dpc |