File:Monuments without Picture category (WLM2016 Spain) - top contributors.png
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this preview: 800 × 454 pixels. Other resolutions: 320 × 181 pixels | 640 × 363 pixels | 991 × 562 pixels.
Original file (991 × 562 pixels, file size: 14 KB, MIME type: image/png)
File information
Structured data
Captions
Summary
[edit]DescriptionMonuments without Picture category (WLM2016 Spain) - top contributors.png |
English: Monuments without Picture category (WLM2016 Spain): top contributors.
The plot has been generated with ggplot2 according to data in Commons:Wiki Loves Monuments 2016 in Spain/WM-ES/Monuments log |
Date | |
Source | Own work |
Author | Discasto |
Code
[edit]library(dplyr)
library(ggplot2)
mydata <- read.csv('/tmp/wlm2016.csv', header=TRUE, sep=';', quote="\"", na.strings="NA", encoding="UTF-8")
per_author <- mydata %>%
filter(code!='NA') %>%
group_by(author) %>%
summarize(total = n(), num_bic = n_distinct(code)) %>%
arrange(desc(num_bic)) %>%
filter(num_bic >= 5)
per_author$author <- factor(per_author$author, levels = per_author$author[order(desc(per_author$num_bic))])
ggplot(per_author, aes(x=author, y=num_bic, fill=total)) +
labs(x="Authors", y="No. monuments", fill="No. pictures") +
geom_bar(stat="identity") +
geom_text(aes(label=num_bic), vjust=-0.25) +
scale_fill_gradient(low="#00ff00", high="#ff0000") +
theme(axis.text.x = element_text(angle = 90, hjust = 1)) +
ggtitle("Monuments without Picture category (WLM2016 Spain): top contributors") +
theme(plot.title = element_text(lineheight=.6))
Licensing
[edit]I, the copyright holder of this work, hereby publish it under the following license:
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.
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 10:07, 29 October 2016 | 991 × 562 (14 KB) | Discasto (talk | contribs) | Number on top of bars | |
22:30, 28 October 2016 | 918 × 562 (12 KB) | Discasto (talk | contribs) | User created page with UploadWizard |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Horizontal resolution | 37.79 dpc |
---|---|
Vertical resolution | 37.79 dpc |