File:Fdp-bayern-inkscape.svg

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

Original file(SVG file, nominally 600 × 480 pixels, file size: 202 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

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.
 
This chart uses translateable embedded text.
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[edit]

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.
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.
You may select the license of your choice.

[Category:Politics of Bavaria]]

File history

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

(newest | oldest) View (newer 10 | ) (10 | 20 | 50 | 100 | 250 | 500)
Date/TimeThumbnailDimensionsUserComment
current22:21, 12 July 2009Thumbnail for version as of 22:21, 12 July 2009600 × 480 (202 KB)Akriesch (talk | contribs)Achsenbeschriftung und Datenbeschriftung allgemeinverständlicher gemacht. In der Legende CDU/CSU korrigiert. Diesmal sollte es beim Upload keine Probleme geben.
21:29, 12 July 2009Thumbnail for version as of 21:29, 12 July 2009600 × 480 (201 KB)Akriesch (talk | contribs)Reverted to version as of 13:19, 11 July 2009 because of a file error that seems to have occured during upload!
21:28, 12 July 2009Thumbnail for version as of 21:28, 12 July 2009600 × 480 (206 KB)Akriesch (talk | contribs)Reverted to version as of 17:33, 11 July 2009 because of a file error that seems to have occured during upload!
17:33, 11 July 2009Thumbnail for version as of 17:33, 11 July 2009600 × 480 (206 KB)Akriesch (talk | contribs)Achsenbeschriftung und Datenbeschriftung allgemeinverständlicher gemacht. In der Legende CDU/CSU korrigiert.
17:33, 11 July 2009Thumbnail for version as of 17:33, 11 July 2009600 × 480 (206 KB)Akriesch (talk | contribs)Achsenbeschriftung und Datenbeschriftung allgemeinverständlicher gemacht. In der Legende CDU/CSU korrigiert.
13:19, 11 July 2009Thumbnail for version as of 13:19, 11 July 2009600 × 480 (201 KB)Akriesch (talk | contribs)Due to the white background there evolved some problems with the grid lines. Problem now solved and white background deleted again as not needed any more.
13:04, 11 July 2009Thumbnail for version as of 13:04, 11 July 2009600 × 480 (201 KB)Akriesch (talk | contribs)Die Pattern-Hintergründe wurden auf opak geändert und die Farben entsprechend angepasst, da die Wikipedia-PNG-Umwandlung der SVGs keine Transparenzkonvertierung der Pattern-PNG-Daten zulässt. Nun lassen sich die Beschriftungen besser lesen.
22:27, 10 July 2009Thumbnail for version as of 22:27, 10 July 2009600 × 480 (152 KB)Akriesch (talk | contribs)Graph und Patterns sind zwar korrekt, aber Wikipedia rendert für die PNGs leider offensichtlich teiltransparente PNG-Patterns falsch. Daher nun mit weiß hinterlegter Graphenfläche, in der Hoffnung, dass der Renderer nur die Teiltransparenz im End-PNG n
22:19, 10 July 2009Thumbnail for version as of 22:19, 10 July 2009600 × 480 (114 KB)Akriesch (talk | contribs)Fehler scheinbar gefunden. Und http://wiki.inkscape.org/wiki/index.php/FAQ folgend die entsprechenden Pattern als PNG ins SVG eingebettet.
21:56, 10 July 2009Thumbnail for version as of 21:56, 10 July 2009600 × 480 (43 KB)Akriesch (talk | contribs)Obviously the old file was not possible to process with wikipedia. Although in inkscape and firefox everything looked well before. Now after having run a cleanup in inkscape, I try again.
(newest | oldest) View (newer 10 | ) (10 | 20 | 50 | 100 | 250 | 500)

The following page uses this file:

File usage on other wikis

The following other wikis use this file:

Metadata