File:Mosaic-big.png

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

Mosaic-big.png(600 × 450 pixels, file size: 24 KB, MIME type: image/png)

Summary

Description
English: Mosaic plot showing cross-sectional distribution through time of different musical themes in the Guardian's list "1000 songs to hear before you die". This chart first appeared in the blog post "Love is Old-Fashioned, Sex Less So" on A Stubborn Mule's Perspective.
Date
Source Own work
Author Seancarmody

The graphic was originally created by Sean Carmody for A Stubborn Mule's Perpective, using the R statistical project. The program that generated the graphic is given below; the data was sourced from the Guardian, saved as a CSV file called "1000.csv" and slightly edited to clean the data (some years were formatted in the original source as currency). Note also that there are, in fact, slightly fewer than 1000 songs in the list and a few of them are duplicated in different categories.

There were not many songs in the list prior to the 1960s, so they have all been grouped in a single bin for the mosaic plot.

data <- read.csv("1000.csv", as.is=c(FALSE, TRUE, FALSE, TRUE, TRUE))

data$DECADE <- floor(data$YEAR/10) * 10
data$BAND <- paste(data$DECADE, "s", sep="")
data$BAND[data$DECADE < 1960] <- "1910s-50s"

plot(table(data$BAND, data$THEME), col=rainbow(7), las=1, main="")
 
This chart was created with R.

Licensing

I, the copyright holder of this work, hereby publish it under the following licenses:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported 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.
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
You may select the license of your choice.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

24 July 2009

File history

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

Date/TimeThumbnailDimensionsUserComment
current04:42, 26 July 2009Thumbnail for version as of 04:42, 26 July 2009600 × 450 (24 KB)Seancarmody{{Information |Description={{en|1=Mosaic plot showing cross-sectional distribution through time of different musical themes in the Guardian's list [http://www.guardian.co.uk/news/datablog/2009/mar/20/1 "1000 songs to hear before you die"]. This chart firs
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file: