This work has been released into the public domain by its author, StefanPohl at German Wikipedia. This applies worldwide. In some countries this may not be legally possible; if so: StefanPohl grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.Public domainPublic domainfalsefalse
The original description page was here. All following user names refer to de.wikipedia.
2012-03-23 10:18 StefanPohl 800×600× (12616 bytes) {{Information |Beschreibung = Bevölkerungsentwicklung [[Lutherstadt Wittenberg]] |Quelle = selbst mit [[gnuplot]] anhand der Daten in [[Lutherstadt Wittenberg]] |Urheber = ~~~ |Datum = 23.03.2010 |Genehmigung = …
#!/usr/bin/gnuplot# gnuplot # Allgemeines zu den Eingabedatensettimefmt"%d.%m.%Y"# Zeitangaben in TT.MM.YYYYsetdatafileseparator";"# Spaltenseparator # Allgemeines zur Ausgabeunsetkeysetstyledatalinessetstylefilltransparentsolid0.4setgridsetborder3# Bit 1 (unten) + Bit 2 (links)# Bereiche/Format/etc X-Achse setxdatatimesetxlabel'Jahr'setxrange['30.06.1500':'30.06.2015']setxtics'01.01.1500',60*60*24*365.25*50# xtics in Sekunden # der Beginn der X-Einteilung kann außerhalb xrange# liegensetmxtics5setxticsnomirror# Nur unten Skalierensetformatx'%Y'# Beschriftungsformat JJJJ# Bereiche/Format/etc Y-Achsesetylabel'Einwohnerzahl'setyrange[0:]setytics5000setyticsnomirrorsetdecimalsignlocale"de_DE.utf8"setdecimallocale"de_DE.utf8"setformaty"%'.0f"# Ausgabeformatsetmytics5# Ausgabeformat: Wir erzeugen SVG# Die Ausgabedaten leiten wir in eine Pipe und sind so bei Namen der# Ausgabedatei flexibel (Aufruf: Progname.plt > Ausgabe-svg)settermsvgsize800,400font"Arial,14"# keine "set output '<Dateiname>'" Angabe# Erzeugen der Ausgabe für vier Graphen in vier Farbenplot'-'using1:($2)withlinespointslinecolor'dark-blue'linetype1linewidth1.5pointtype7pointsize0.30## Quelle:# https://de.wikipedia.org/wiki/Lutherstadt_Wittenberg#Bev.C3.B6lkerungsentwicklung#30.06.1500;200030.06.1532;450030.06.1791;486030.06.1792;470330.06.1793;466230.06.1794;461730.06.1814;472730.06.1826;672530.06.1834;810730.06.1846;10283#30.06.1875;1247930.06.1880;1344830.06.1885;1383630.06.1890;1444330.06.1895;1647930.06.1900;1834530.06.1905;2033130.06.1910;2241930.06.1925;2416030.06.1939;35130#30.06.1946;4130430.06.1950;4985230.06.1964;4682830.06.1971;4732330.06.1981;5387430.06.1989;5175430.06.1990;4968230.06.1992;5509630.06.1995;5320730.06.2000;4964330.06.2005;47805#30.06.2006;4677630.06.2007;4561530.06.2008;4769530.06.2009;5011330.06.2010;4949630.06.2011;4907630.06.2012;4693030.06.2013;4672930.06.2014;4662130.06.2015;46475EOF
Captions
Add a one-line explanation of what this file represents