File:Entwicklung der Schülerzahlen HSG seit 1990.svg

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

Original file(SVG file, nominally 576 × 432 pixels, file size: 29 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description
Deutsch: Entwicklung der Schülerzahlen am Hohenstaufen-Gymnasium Kaiserslautern seit 1990
Date
Source Own work
Author DerIch27

Reproduzieren

[edit]

Das Bild wurde mit folgendem Python-Skript erzeugt. Das Aktualisieren der Daten und Überschreiben des Bildes ist ausdrücklich erwünscht.

import matplotlib.pyplot as plt
import pandas as pd

data = pd.read_csv('data.csv')
plt.title('Schülerzahlen am HSG Kaiserslautern', fontsize=16)
plt.ylabel('Anzahl Schüler', fontsize=14)
plt.xlabel('Jahr', fontsize=14)
plt.plot(data.get('year'), data.get('number of students'))
plt.yticks(fontsize=12)
plt.xticks(fontsize=12)
plt.grid()
plt.tight_layout()
plt.savefig('Entwicklung der Schülerzahlen HSG seit 1990.svg')

Datengrundlage

[edit]

Die Daten von 1990 bis 2009 wurden aus dieser Abbildung auf Seite 189 des Jubiläumsberichts 175 Jahre Hohenstaufen-Gymnasium Kaiserslautern abgelesen. Die Daten ab 2016 stammen aus den Jahresberichten des jeweiligen Jahres. Die Datierung für die Daten bis 2009 wurde dabei aus der Grafik übernommen, bei den aktuelleren Daten bezieht sich die Jahreszahl jeweils auf das Ende eines Schuljahres. Die Schülerzahl für das Schuljahr 18/19 findet sich also in der Zeile des Jahres 2019.

year,number of students
1990, 582
1991, 632
1992, 657
1993, 688
1994, 705
1995, 705
1996, 705
1997, 767
1998, 784
1999, 862
2000, 919
2001, 909
2002, 977
2003,1001
2004,1074
2005,1121
2006,1176
2007,1214
2008,1257
2009,1254
2016,1085
2017,1089
2018,1069
2019,1086
2022,1113
2023,1149

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
current13:13, 5 November 2023Thumbnail for version as of 13:13, 5 November 2023576 × 432 (29 KB)DerIch27 (talk | contribs)aktualisiere Daten mit Schülerzahl aus Jahresbericht 22/23
18:22, 18 September 2023Thumbnail for version as of 18:22, 18 September 2023576 × 432 (29 KB)DerIch27 (talk | contribs)Uploaded own work with UploadWizard

Metadata