File:Mesas Gonzalez to Maduro ratio data release version1.svg

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

Original file(SVG file, nominally 768 × 768 pixels, file size: 1.9 MB)

Captions

Captions

Scatter plot showing mesa-level vote ratios for Gonzalez compared to Maduro as a function of the numbers of registered voters per mesa, with a logarithmic scale for the ratios, in the 2024 Venezuelan presidential election.

Summary

[edit]
Description
English: Scatter plot showing mesa-level vote ratios for Gonzalez compared to Maduro as a function of the numbers of registered voters per mesa, with a logarithmic scale for the ratios, in the 2024 Venezuelan presidential election, based on Results of the 2024 Venezuelan presidential election: PUD version 1 (Q128342566).
Date
Source Own work
Author Boud
Other versions File:Mesas Gonzalez to Maduro ratio data release version1.es.svg

Licensing

[edit]
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.

Shell source code

[edit]

The file can be produced as follows from the source file with sha512sum 933b49ea7aaadbe1484ef2b85f1392e8188542994870fc850cc602269df5933ec6ac6e5518e4a3fa72ab023122bcf58828a02b91bd97f8e1acd94639d332503e.

#!/bin/bash
# VE_csv_plots.sh Copyright (C) 2024 CC-BY SA 4.0 Boud Roukema
# See https://creativecommons.org/licenses/by-sa/4.0 for details.

# apt-get install plotutils # to install 'graph'

MESAS_FILE=RESULTADOS_2024_CSV_V1.csv
TITLE=""
VERSION="data_release_version1"

N_VALUES=$(tail -n +2 ${MESAS_FILE} | wc -l)
printf "mesas: N_VALUES=${N_VALUES}\n"
XLAB="registered voters"
FONT="HersheySerif"
FSIZE=0.04
MARGINS="-r 0.15 -w 0.8 -u 0.1 -h 0.85"

tail -n +2 ${MESAS_FILE}  | awk -F ',' '{print $9,$12/$13}' \
    | graph -Tsvg -m 0 -S 1 -L "${TITLE}" -X "${XLAB}" -F ${FONT} -f ${FSIZE} ${MARGINS} \
            -ly \
            -Y "Gonzalez/Maduro" > mesas_Gonzalez_to_Maduro_ratio_${VERSION}.svg

File history

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

Date/TimeThumbnailDimensionsUserComment
current17:27, 3 August 2024Thumbnail for version as of 17:27, 3 August 2024768 × 768 (1.9 MB)Boud (talk | contribs)accent on the 'a' in González
17:04, 3 August 2024Thumbnail for version as of 17:04, 3 August 2024768 × 768 (1.9 MB)Boud (talk | contribs)reduce big white margins
01:30, 3 August 2024Thumbnail for version as of 01:30, 3 August 2024768 × 768 (1.9 MB)Boud (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata