[OSGeo-Discuss] Election 2017 Board of Directors elections results
Vasile Craciunescu
vasile at geo-spatial.org
Sun Oct 29 04:29:04 PDT 2017
Hi Helmult,
Thank you. The chart looks great! I will put the PNG file in the wiki.
Best,
Vasile
On 10/29/17 11:31 AM, Helmut Kudrnovsky wrote:
>> I was hoping to also provide some kind of visual representation of the
>> vote evolution. That is the reason for the vote log publication delay.
>> However, other duties prevented to do so. If someone has good skills in
>> this area, please do create a chart of the CSV file and let's as know.
>> Otherwise, I will do that when the time allows me (mid next week most
>> probably).
>>
>> Best,
>> Vasile
>> CRO 2017
>>
>> [1] http://www.geo-spatial.org/file_download/29668/osgeo_board_elections.csv
>> [2] https://wiki.osgeo.org/wiki/Board_Election_2017_Results
>
> attached a simplified csv for input in R and a cumulative sum grafics for all candidates,
> produced by some simple code lines in R:
>
> data <- read.table("rinpunt.csv", header = TRUE, sep = ";")
> summary(data)
> attach(data)
>
> plot(Response.ID, cumsum(Astrid.Emde), cex = .9, ylab = "cumulative sum", col = "blue", main = "OSGeo board election 2017")
> points(Response.ID, cumsum(Maria.Arias.de.Reyna), cex = .9, , col = "green")
> points(Response.ID, cumsum(Venkatesh.Raghavan), cex = .9, col = "red")
> points(Response.ID, cumsum(Jody.Garnett), cex = .9, col = "yellow")
> points(Response.ID, cumsum(Sanghee.Shin), cex = .9, col = "black")
> points(Response.ID, cumsum(Vicky.Vergara), cex = .9, col = "orange")
> points(Response.ID, cumsum(Helena.Mitasova), cex = .9, col = "orchid")
> points(Response.ID, cumsum(Dirk.Frigne), cex = .9, col = "indianred")
> points(Response.ID, cumsum(Jeff.McKenna), cex = .9, col = "turquoise4")
>
>
> legend(269, 198, legend=c("Astrid Emde", "Maria Arias de Reyna", "Venkatesh Raghavan", "Jody Garnett", "Sanghee Shin", "Vicky Vergara", "Helena Mitasova", "Dirk Frigne", "Jeff McKenna"),
> col=c("blue", "green", "red", "yellow", "black", "orange", "orchid", "indianred", "turquoise4"), cex=0.8, pch = c(21,21,21,21,21,21,21,21,21), pt.cex = 0.9)
>
> Kind regards
> Helmut
>
> OSGeo charter member
>
--
---------------------------------------------------------------------
Vasile Crăciunescu
geo-spatial.org: An elegant place for sharing geoKnowledge & geoData
http://www.geo-spatial.org
http://tech.groups.yahoo.com/group/geo-spatial
More information about the Discuss
mailing list