File:WMFElectionCumlativeVotes.png

Original file(1,200 × 800 pixels, file size: 57 KB, MIME type: image/png)

This is a file from the Wikimedia Commons. The description on its description page there is copied below.

Summary

Description
English: A graph showing cumulative voter preferences for 2022 WMF board election. This lets you visualize how many people put which candidate for which choice, but is very different from actual results as no vote transfering is shown.
Date September 27, 2022
Source Own work
Author Brian Wolff
Permission
(Reusing this file)
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.

 
This plot was created with Gnuplot.

Based on the following data (Note: these are cumulative numbers. e.g. Column 3 is the sum of people who put first preference for that person and second preference):

Michał	1157	1976	2750	3315	3849
Shani	1032	1972	2619	3119	3577
Mike	1176	2328	3068	3621	4056
Tobechukwu	988	1814	2467	3012	3597
Kunal	896	1647	2349	3014	3565
Farah	673	1401	2126	2801	3398

Using the following script:

set terminal pngcairo enhanced font "arial,15" fontscale 1.0 size 1200, 800 
set output "WMFElectionCumlativeVotes.png"

set border 2 front lt black linewidth 1.000 dashtype solid
set boxwidth 1 absolute
set style fill   solid 0.50 border lt -1
set style data boxplot
set xtics border in scale 0,0 nomirror norotate  autojustify 
set ytics border in scale 1,0.5 nomirror norotate  autojustify


plot "cumalitiveVotes.dat" using 6:xticlabels(1) title "Fifth Preference" with boxes lt rgb "#d0d1e6",\
	"" using 5 title "Fourth Preference" with boxes lt rgb "#a6bddb",\
	"" using 4 title "Third Preference" with boxes lt rgb "#74a9cf",\
	"" using 3 title "Second Preference" with boxes lt rgb "#2b8cbe",\
	"" using 2  title "First Preference" with boxes lt rgb "#045a8d",\
	"" using 0:($2+60):2 with labels notitle,\
	"" using 0:($3+60):3 with labels notitle,\
	"" using 0:($4+60):4 with labels notitle,\
	"" using 0:($5+60):5 with labels notitle,\
	"" using 0:($6+60):6 with labels notitle,\

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

File history

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

Date/TimeThumbnailDimensionsUserComment
current16:30, 27 September 2022Thumbnail for version as of 16:30, 27 September 20221,200 × 800 (57 KB)BawolffAdd labels for cumlative totals
16:03, 27 September 2022Thumbnail for version as of 16:03, 27 September 20221,200 × 800 (27 KB)Bawolff{{Information |Description={{en|A graph showing cumulative voter preferences for 2022 WMF board election. This lets you visualize how many people put which candidate for which choice, but is very different from actual results as no vote transfering is shown.}} |Source={{own}} |Date=September 27, 2022 |Author=Brian Wolff |Permission= |other_versions= }} {{Created with Gnuplot|n}} Based on the following data: <pre> Michał 1157 1976 2750 3315 3849 Shani 1032 1972 2619 3119 3577...