Mynd:Reykjavik population graph 1889-2016.svg

Upphafleg skrá(SVG-skrá, að nafni til 720 × 450 mynddílar, skráarstærð: 30 KB)

Skrá þessi er af Wikimedia Commons, og deilt meðal annarra verkefna og nýtist því þar. Hér fyrir neðan er afrit af skráarsíðunni þar.

Lýsing

Lýsing
English: Graph that shows the population of Reykjavík over time.
Íslenska: Graf sem sýnir íbúafjölda Reykjavíkur á milli áranna.
Dagsetning
Uppruni eigin skrá
Höfundarréttarhafi Árni Dagur
SVG genesis
InfoField
 
The SVG code is valid.
 
This plot was created with Matplotlib.
Source code
InfoField

Python code

import pandas as pd
import matplotlib.pyplot as plt

print('Styles:', plt.style.available)
plt.rcdefaults()
plt.style.use('seaborn-white')

plt.rcParams['lines.linewidth'] = 2
plt.rcParams['lines.color'] = 'red'
plt.rcParams['font.family'] = 'serif'
plt.rcParams['font.serif'] = 'Ubuntu'
plt.rcParams['font.monospace'] = 'Ubuntu Mono'
plt.rcParams['font.size'] = 16
plt.rcParams['axes.labelsize'] = 16
plt.rcParams['axes.labelweight'] = 'bold'
plt.rcParams['axes.titlesize'] = 16
plt.rcParams['xtick.labelsize'] = 13
plt.rcParams['ytick.labelsize'] = 12
plt.rcParams['legend.fontsize'] = 15
plt.rcParams['figure.titlesize'] = 14
plt.rcParams['figure.figsize'] = 8, 5

df = pd.read_csv('data.csv', sep=',').set_index('Year')['Value']

fig, ax = plt.subplots()

ticks = []
for n in range(1896,2017,10):
    ticks.append(n)

ax.set_xticks(ticks)
ax.plot(df, 'royalblue')

ax.tick_params(axis='both', direction='in', color='black', top=False, right=False, width=1, length=5)
ax.grid(linestyle='-', linewidth=1, alpha=0.5)

plt.gcf().autofmt_xdate()
plt.tight_layout()


plt.savefig('Reykjavik_population_graph_1889-2016.svg')

Data source: Statistics Iceland

Leyfisupplýsingar:

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts enska

10. júní 2017

Breytingaskrá skjals

Smelltu á dagsetningu eða tímasetningu til að sjá hvernig hún leit þá út.

Dagsetning/TímiSmámyndVíddirNotandiAthugasemd
núverandi10. júní 2017 kl. 04:45Smámynd útgáfunnar frá 10. júní 2017, kl. 04:45720 × 450 (30 KB)ArniDagurUser created page with UploadWizard

Eftirfarandi síða notar þessa skrá:

Altæk notkun skráar

Eftirfarandi wikar nota einnig þessa skrá:

Lýsigögn