Encuestas electorales presidenciales de 2010 en Colombia (1ª vuelta)


Autor:
Daniel Arnold / Spanish translation by Linfocito B
Attribution:
Obraz jest oznaczony jako „Wymagane uznanie autorstwa” (attribution required), ale nie podano żadnych informacji o uznaniu autorstwa. Prawdopodobnie parametr atrybucji został pominięty podczas korzystania z szablonu MediaWiki dla licencji CC-BY. Autorzy mogą znaleźć tutaj przykład prawidłowego korzystania z szablonów.
Credit:

Own work, created with Gnuplot. Data is taken from results of opinion polls.

Lissajous small.svg Ta PNG grafika rastrowa została stworzona za pomocą Gnuplot:

Gnuplot code

# set terminal postscript landscape enhanced defaultplex \
   leveldefault color colortext \
   solid dashlength 1.0 linewidth 2.0 butt \
   palfuncparam 2000,0.003 \
    noadobeglyphnames \
   "Helvetica" 18
# set output 'Umfragen.ps'
set grid
set encoding utf8
set ticslevel 0.5
set title "Umfragen Präsidentschaftswahlen in Kolumbien 2010"
set xlabel "Monat"
set xrange [ 3.75000 : 5.75000 ]
set ylabel "Anteil in %"
set yrange [ 0.00000 : 50.0000 ]
plot 'Umfragen.txt' using (3 + $2/30.5):3 with lines lc rgb 'black' title "Juan Manuel Santos",\
 'Umfragen.txt' using (3 + $2/30.5):4 with lines lc rgb 'green' title "Antanas Mockus",\
 'Umfragen.txt' using (3 + $2/30.5):5 with lines lc rgb 'blue' title "Noemi Sanín",\
 'Umfragen.txt' using (3 + $2/30.5):7 with lines lc rgb 'grey' title "Unentschieden",\
 'Umfragen.txt' using (3 + $2/30.5):6 with lines lc rgb 'red' title "Andere"

Poll data in "Umfragen.txt":

#Tag    Tag     Santos      Mockus      Sanin       Andere      Unentschieden
24      24      34.2        10.4        23.3        23.7        8.4
26      26      34.1        8.9         21.7        23.9        11.4
27      27      36          9           17          24          14
27      27      28.6        11.3        21.9        17.1        21.1
31+8    39      37          22          20          14          7
31+9    40      29.5        24.8        16.4        11.3        17.2
31+15   46      36          29          19          11          5
31+16   47      30          20          12          23          15
31+22   53      35          34          12          15          3
31+26   57      29          38          11          12          10
31+28   59      34.2        31.6        16.2        14.4        3.5
31+29   60      34.0        39.0        11.0        12          4.0
31+30   61      26.7        38.7        9.8         8.5         16.3
61+6    67      34          38          11          13          4
61+7    68      25.2        37.7        6.7         8.7         21.7
61+9    70      35          34          8           11          12
61+14   75      29.3        32.8        5.6         15.3        13.8
61+20   81      32.9        37.4        8.1         12.2        9.2
61+20   81      39          34          9           13          5
61+21   82      35          34          9           10          5
61+22   83      34          32          6           14          14
źródło:
Wymiary:
1500 x 1050 Pixel (116105 Bytes)
Opis:
Diagram of opinion polls from different institutions for the Colombian presidential election, 2010.
Licencja:
Komentarz do licencji:
Daniel Arnold released it under GFDL and CC-BY-SA (any version)
Warunki licencji:
Creative Commons Attribution-Share Alike 3.0

Więcej informacji o licencji można znaleźć tutaj. Ostatnia aktualizacja: Thu, 23 Sep 2021 03:54:00 GMT