File:Fdp-bayern-inkscape.svg

Summary

Description
English: This graph shows the election results of the FDP (Freie Demokratische Partei / Free Democratic Party) in the State of Bavaria, Germany, starting from the Beginning of the Federal Republic of Germany until 2009. In light blue the relative results for the elections for the federal government are displayed. In dark blue the relative results for the state parliament of Bavaria are displayed, the labels indicating the number of members of parliament. The background colors indicate current coalitions over time, coalitions in the federal government from top, coalitions in the Bavarian state government from bottom.
Deutsch: Dargestellt sind die Wahlergebnisse der FDP (Freie Demokratische Partei) in Bayern seit Beginn der Bundesrepublik Deutschland bis 2009. Dunkelblau ist der Verlauf der Zweitstimmenwahlergebnisse der FDP in Bayern bei den Bundestagswahlen dargestellt. Der hellblaue Graph entspricht der jeweiligen Summe der Erst- und Zweitstimme (dem bayerischen Landtagswahlsystem Rechnung tragend) der FDP bei den Landtagswahlen. Die zusätzlichen Zahlen dienen der Kennzeichnung der jeweiligen Anzahl der errungenen Mandate im Bayerischen Landtag.

Die Hintergrundfarben dienen der Darstellung der jeweilligen Regierungen unter FDP-Beteiligung auf Bundesebene (von oben) oder auf Landesebene (von unten) mit SPD oder CDU/CSU, bzw. während Koalitionen ohne FDP-Beteiligung die existenz einer Fraktion in Landtag bzw. Bundestag (gelb hinderlegt). Das Diagramm ist dem angegebenen Quellcode entsprechend von mir mit der freien Software Gnuplot erstellt und mit der ebenfalls freien Software Inkskape um die Hinterlegungen illustriert und um einige Gnuplot-Bugs bereinigt worden. Es liegt als skalierbare SVG-Graphik vor.

Die Quelle der Daten sind die offiziell auf den jeweiligen Websiten verfügbaren Wahlergebnisse vom Bundeswahlleiter und Landeswahlleiter in Bayern.
Date
Source Own work
Author Akriesch
SVG development
InfoField
 
The SVG code is valid.
 
This chart was created with Gnuplot.
Category:Valid SVG created with Gnuplot code:Charts#Fdp-bayern-inkscape.svgCategory:SVG images with embedded raster graphics:Charts#Fdp-bayern-inkscape.svg
Source code
InfoField

Gnuplot code

# Specifies encoding and output format
set encoding iso_8859_1
set terminal svg
set output 'fdp-bayern.svg'

# How to read the data with the years
set xdata time
set timefmt "%Y-%m-%d"                  # Standard date format
set datafile missing "NaN"              # Necessary for emty entries as only 1 datafile for 2 elections.

# Specifies the range of the axes and appearance
set xrange ["1946-12-01":"2008-09-28"]
set yrange [0:10]
set format x "%Y"
set grid
set key left

# Draws the plot and specifies its appearance ...
plot \
        'fdp-bayern-wahlergebnisse.dat' using 1:2 title "Bundestagswahlen in Bayern" with linespoints lt 5 lw 4 pt 7   ,\
        'fdp-bayern-wahlergebnisse.dat' using 1:3 title "Landtagswahlen (% und Sitze)" with linespoints lt 3 lw 4  pt 7  ,\
        'fdp-bayern-wahlergebnisse.dat' using 1:(-0.4+$3):4 notitle with labels font "arial,11"  ,\
        5 with lines notitle
# Displaysettings: pt 7 = pointtype 7 = circles

unset output # Necessary to flush the output file and make it possible to open it

Data

The following dataset was used (saved as fdp-bayern-wahlergebnisse.dat). It bases on original election results from the Bundeswahlleiter and Bayerischer Landeswahlleiter, respectively referred from 
<pre>
# Landtagswahlergebnisse der Freien Demokratischen Partei
# Quelle: Offizielle Webseiten des Bundeswahlleiters der Bundesrepublik Deutschland
# sowie des Landeswahlleiters des Freistaats Bayern am 08.07.2009
# Bundestagswahlergebnisse: Zweitstimmen
# Landtagswahlergebnisse:   Summe der Erst- und Zweitstimmen
#
#Wahldatum        	BTW            LTW          LT-Sitze
1946-12-01        	NaN            5.7% 	    9
1949-08-14        	8.5%           NaN          NaN
1950-11-26        	NaN            7.1% 	    12
1953-09-06        	7.3%       	   NaN          NaN
1954-11-28        	NaN            7.2% 	    13
1957-09-15        	4.8%           NaN          NaN
1958-11-23        	NaN            5.6% 	    8
1961-09-17        	8.4%           NaN          NaN
1962-11-25        	NaN            5.9% 	    9
1965-09-19        	7.4%           NaN          NaN
1966-11-20        	NaN            5.1% 	    0
1969-09-28        	3.9%           NaN          NaN
1970-11-22        	NaN            5.6% 	    10
1972-11-19        	6.3%           NaN          NaN
1974-10-27        	NaN            5.2% 	    8
1976-10-03        	6.0%           NaN          NaN
1978-10-15        	NaN            6.2% 	    10
1980-10-05        	7.7%           NaN          NaN
1982-10-10        	NaN            3.5% 	    0
1983-03-06        	5.9%           NaN          NaN
1986-10-12        	NaN            3.8% 	    0
1987-01-25        	7.6%           NaN          NaN
1990-10-14        	NaN            5.2% 	    7
1990-12-02        	8.1%           NaN          NaN
1994-09-15        	NaN            2.8% 	    0
1994-10-16        	6.4%           NaN          NaN
1998-09-13        	NaN            1.7% 	    0
1998-09-27        	5.1%           NaN          NaN
2002-09-22        	4.5%           NaN          NaN
2003-09-21        	NaN            2.6% 	    0
2005-09-18        	9.5%           NaN	        NaN
2008-09-28         	NaN            8.0%         16

Licensing

I, the copyright holder of this work, hereby publish it under the following licenses:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
Category:License migration redundant#Fdp-bayern-inkscape.svgCategory:GFDL#Fdp-bayern-inkscape.svg
w:en:Creative Commons
attribution
This file is licensed under the Creative Commons Attribution 3.0 Unported 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.
Category:CC-BY-3.0#Fdp-bayern-inkscape.svg
You may select the license of your choice.
Category:Self-published work Category:Freie Demokratische Partei in Bavaria Category:State elections in Bavaria Category:Bundestag elections
Category:Bundestag elections Category:CC-BY-3.0 Category:Freie Demokratische Partei in Bavaria Category:GFDL Category:License migration redundant Category:SVG images with embedded raster graphics:Charts Category:Self-published work Category:State elections in Bavaria Category:Translation possible - SVG Category:Valid SVG created with Gnuplot code:Charts