File:Résultats électoraux de Rosemont (graphique).svg

Summary

Description
Français : Résultats électoraux de la circonscription québécoise « Rosemont » par parti politique de 1973 à 2022. Seuls les partis majeurs sont représentés
Date
Source Own work
Author Amrcmln
Other versions
Source code
InfoField

Gnuplot code

set terminal svg enhanced size 600,400
set xdata time
set timefmt "%Y-%m-%d"
set format x "%Y"
set format y "%'.0f %%"

set encoding utf8

set style line 100 lt 1 lc rgb "gray" lw 1
set style line 101 lt 0.5 lc rgb "gray" lw 1

set xtics nomirror
set ytics scale 0

set grid mytics ytics ls 100, ls 101
set grid mxtics xtics ls 100, ls 101

set grid mxtics
unset key
set xrange ["1993-01-01":"2024-01-01"]

set yrange [0:*]
set datafile missing

plot "elect.txt" using 1:(column("PLQ")) with linespoints lw 1.75 pt 7 ps 0.75 linecolor rgb '#F08080' title 'PLQ',\
"" using 1:(column("PQ")) with linespoints lw 1.75 pt 7 ps 0.75 linecolor rgb '#004C9D' title 'PQ',\
"" using 1:(column("QS")) with linespoints lw 1.75 pt 7 ps 0.75 linecolor rgb '#FF8040' title 'QS',\
"" using 1:(column("ADQ")) with linespoints lw 1.75 pt 7 ps 0.75 linecolor rgb '#9370DB' title 'ADQ',\
"" using 1:(column("CAQ")) with linespoints lw 1.75 pt 7 ps 0.75 linecolor rgb '#1E90FF' title 'CAQ',\
"" using 1:(column("UN")) with linespoints lw 1.75 pt 7 ps 0.75 linecolor rgb '#4169E1' title 'UN',\
"" using 1:(column("EGA")) with linespoints lw 1.75 pt 7 ps 0.75 linecolor rgb '#FFE4B5' title 'EGA',\
"" using 1:(column("PCQ")) with linespoints lw 1.75 pt 7 ps 0.75 linecolor rgb '#1DB9E0' title 'PCQ',\
"" using 1:(column("PVQ")) with lines linewidth 1.75 linecolor rgb '#9ACD32' title 'PVQ',\
"" using 1:(column("PVQ")) pt 7 ps 0.75 linecolor rgb '#9ACD32' title 'PVQ'

Data

Date 		PLQ		PQ		UN		ADQ		QS		CAQ		PVQ		PCQ		EGA
2022-10-03	11.79	21.27	NaN		NaN		37.62	23.06	1.28	4.54	NaN
2018-10-01	16.77	28.43	NaN		NaN		35.25	15.56	1.42	0.59	NaN
2014-04-07	29.96	34.27	NaN		NaN		18.68	14.16	1.32	NaN		NaN
2012-09-04	20.39	43.67	NaN		NaN		14.48	17.33	x		NaN		NaN
2008-12-08	31.81	50.66	NaN		6.29	8.22	NaN		2.72	NaN		NaN
2007-03-26	27.21	38.60	NaN		18.93	9.37	NaN		5.27	NaN		NaN
2003-04-14	39.91	43.77	NaN		11.52	NaN		NaN		NaN		NaN		NaN
1998-11-30	38.88	47.95	NaN		10.29	NaN		NaN		NaN		NaN		NaN
1994-09-12	40.90	49.25	NaN		6.50	NaN		NaN		NaN		NaN		NaN
1989-05-25	46.97	46.50	NaN		NaN		NaN		NaN		NaN		NaN		NaN
1985-12-02	52.65	41.75	NaN		NaN		NaN		NaN		NaN		NaN		NaN
1981-04-13	44.38	52.69	1.81	NaN		NaN		NaN		NaN		NaN		NaN
1976-11-15	33.29	51.06	11.72	NaN		NaN		NaN		NaN		NaN		NaN
1973-10-29	50.65	43.85	1.89	NaN		NaN		NaN		NaN		NaN		NaN

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International 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.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-4.0#Résultats%20électoraux%20de%20Rosemont%20(graphique).svg
Category:Self-published work Category:Results of Quebec general elections by riding#Rosemont
Category:CC-BY-SA-4.0 Category:Results of Quebec general elections by riding Category:Self-published work Category:Valid SVG created with Gnuplot code