File:Einwohnerentwicklung von Flensburg (log).svg

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

Original file(SVG file, nominally 800 × 400 pixels, file size: 32 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description
Deutsch: Einwohnerentwicklung von Flensburg mit log. Skal. der Y-Achse
Source Own work
Author Summer ... hier! (talk) 23:49, 18 September 2017 (UTC)
Other versions This file was derived from: Einwohnerentwicklung von Flensburg.svg

Licensing

[edit]
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.

Gnuplot script to generate this plot

[edit]
 
This plot was created with Gnuplot.
            #  xtics in Sekunden 
                      # der Beginn der X-Einteilung kann außerhalb xrange
                      # liegen
set mxtics 5          # Unterteilung der Skalierung
set xtics nomirror    # Nur unten Skalieren
set format x '%Y'     # Beschriftungsformat JJJJ


# Bereiche/Format/etc Y-Achse
set logscale y 
set ylabel 'Einwohnerzahl'
set yrange [1000:120000]
set grid ytics 
set grid mytics 
#set ytics 100
set mytics 10
set ytics nomirror
set decimalsign locale "de_DE.utf8"
set decimal     locale "de_DE.utf8"
set format y  "%'.0f" # Ausgabeformat


# Ausgabeformat: Wir erzeugen SVG
# Die Ausgabedaten leiten wir in eine Pipe und sind so bei Namen der
# Ausgabedatei flexibel (Aufruf: Progname.plt > Ausgabe-svg)
set term svg size 800,400 font "Arial,14"
# keine "set output '<Dateiname>'" Angabe


# Erzeugen der Ausgabe 
plot 'daten.csv' \
  using 1:($2) with filledcurves below x1 lt rgb 'dark-blue' lw 2

Daten

[edit]

Die Daten (de:CSV (Dateiformat)) bitte wie bei File:Einwohnerentwicklung_von_Flensburg.svg beschrieben einbinden.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current23:49, 18 September 2017Thumbnail for version as of 23:49, 18 September 2017800 × 400 (32 KB)Summer ... hier! (talk | contribs){{Information |Description = {{de|Einwohnerentwicklung von Flensburg mit log. Skal. der Y-Achse}} |Source = {{own}} |Author = ~~~~ |Date = }} == {{int:license-header}} == {{self|Cc-zero}} == Gnuplot script to generate th...

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata