File:Bad Wiessee Schuldenentwicklung 1.svg

Summary

Description
English: Bad Wiessee debt developments 1978-2017
Deutsch: Bad Wiessee Schuldenentwicklung von 1978-2017
Date
Source Own work based on: Datenquelle: Bayerisches Landesamt für Statistik – Tabelle 71327-001z - Code 09182111
Author Stefan Meister
Permission
(Reusing this file)
Stefan Meister, the copyright holder of this work, hereby publishes 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.

Category:CC-Zero#Bad%20Wiessee%20Schuldenentwicklung%201.svg
Category:Self-published work
SVG development
InfoField
 The SVG code is valid.
 This plot was created with gnuplot.
Category:Valid SVG created with Gnuplot#Bad%20Wiessee%20Schuldenentwicklung%201.svg
 Category:Translation possible - SVGThis plot uses embedded text that can be easily translated using a text editor.

Gnuplot script to generate this plot

# Bad Wiessee Schuldenentwicklung 1978-2017
# (Pay attention to handle source as UTF-8 for german Umlaute)

reset
set datafile separator ";"

unset key
set key top left box 1 noreverse Right spacing 1.1 width -8.0 font "Arial,13"
set bars fullwidth
set style data histograms
set style histogram rowstacked
set style fill transparent solid 0.8 border lc rgbcolor "0x80000000"

set linetype 1 lw 0.5 lc rgbcolor "0x80808090"
set linetype 2 lw 1 lc rgbcolor "0x700020"
set linetype 3 lw 1 lc rgbcolor "0xd01040"

set grid xtics ytics mytics lt 1

set xlabel "Jahr" offset 0,0.5 font "Arial,16"
set xtics nomirror out scale 0.5,0.25 rotate by 310 offset -1.4,0.0

set ylabel "Schulden der Gemeinde in Mio. Euro" offset 1.0,0 font "Arial,16"
set yrange [0:31000]
set ytics out scale 0.5,0.25 offset 0.4,0 format "%.1s" autofreq 2000
set mytics 2


# set term windows 0 color solid butt enhanced size 800,486 font "Arial,12"
# set output
set term svg size 800,486 dynamic enhanced font "Arial,12"
set output "Bad Wiessee Schuldenentwicklung 1.svg"

# All entries "year;value1;8" should be "year;value1;0" but gnuplot 
# or svg generates ugly toplines then if 0 is given so 8 is used instead
# and toplines are gone.

plot '-' using 2:xtic(1) lt 2 title "öffentliche Schulden",\
     '-' using 3 lt 3 title "nicht öffentliche Schulden"
1978;2410;8
1979;2202;8
1980;1995;8
1981;1903;8
1982;1937;8
1983;1859;8
1984;1700;8
1985;1545;8
1986;4175;8
1987;4922;8
1988;6583;8
1989;9716;8
1990;10894;8
1991;11950;8
1992;12596;8
1993;12946;8
1994;12509;8
1995;12064;9196
1996;11635;9085
1997;11124;8892
1998;11289;9377
1999;10677;9082
2000;10082;8781
2001;9462;8454
2002;8910;8543
2003;8187;7957
2004;7535;7317
2005;6967;6762
2006;6388;6198
2007;5796;5621
2008;5178;4478
2009;4538;3879
2010;3857;3241
2011;15420;14838
2012;14718;14718
2013;14019;13527
2014;13362;13362
2015;12772;12772
2016;12388;12388
2017;12127;12127
e
1978;2410;8
1979;2202;8
1980;1995;8
1981;1903;8
1982;1937;8
1983;1859;8
1984;1700;8
1985;1545;8
1986;4175;8
1987;4922;8
1988;6583;8
1989;9716;8
1990;10894;8
1991;11950;8
1992;12596;8
1993;12946;8
1994;12509;8
1995;12064;9196
1996;11635;9085
1997;11124;8892
1998;11289;9377
1999;10677;9082
2000;10082;8781
2001;9462;8454
2002;8910;8543
2003;8187;7957
2004;7535;7317
2005;6967;6762
2006;6388;6198
2007;5796;5621
2008;5178;4478
2009;4538;3879
2010;3857;3241
2011;15420;14838
2012;14718;14718
2013;14019;13527
2014;13362;13362
2015;12772;12772
2016;12388;12388
2017;12127;12127
e

# need this to flush and close output
set output

Licensing

Stefan Meister, the copyright holder of this work, hereby publishes 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.

Category:CC-Zero#Bad%20Wiessee%20Schuldenentwicklung%201.svgCategory:Self-published work
Category:History of Bad Wiessee Category:Images with Gnuplot source code
Category:CC-Zero Category:History of Bad Wiessee Category:Images with Gnuplot source code Category:Self-published work Category:Translation possible - SVG Category:Valid SVG created with Gnuplot