File:Number of Individuals in the UK by Total PreTax Income.png

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

Original file(5,000 × 2,500 pixels, file size: 127 KB, MIME type: image/png)

Summary

Description
English: Number of Individuals in the UK by Total PreTax Income 2012/13 Data from https://www.gov.uk/government/statistics/income-and-deductions-2010-to-2011
Date
Source Own work
Author D Wells

Licensing

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.

Source code

IncomeCount <- structure(list(IncomeRange = structure(1:14, .Label = c("8-10", 
"10-12", "12-15", "15-20", "20-30", "30-50", "50-70", "70-100", 
"100-150", "150-200", "200-300", "300-500", "500-1000", "1000+"
), class = c("ordered", "factor")), Individuals = c(1960000L, 
2640000L, 4050000L, 5700000L, 7210000L, 6080000L, 1500000L, 746000L, 
394000L, 135000L, 88000L, 46000L, 24000L, 11000L)), .Names = c("IncomeRange", 
"Individuals"), row.names = c(NA, -14L), class = "data.frame")

library(ggplot2)
library(scales)

#Order Factors
IncomeCount$IncomeRange <- factor(IncomeCount$IncomeRange,levels=c("8-10","10-12","12-15","15-20","20-30","30-50","50-70","70-100","100-150","150-200","200-300","300-500","500-1000","1000+"),ordered=TRUE)


ggplot(data=IncomeCount,aes(x=IncomeRange, y=Individuals)) + geom_bar(stat="identity") + labs(x="Annual Income Range Before Deductions (£'000)", y="Number of Individuals", title="Number of Individuals by Income") + theme_minimal() + theme(axis.line = element_line(size = 0.5, linetype = "solid",colour = "black")) + scale_y_continuous(breaks=c(seq(from=0,to=7400000,by=1000000)),labels=comma)

ggsave(file="IncomeCount.pdf", width=10, height=5)
 
This chart was created with R.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

12 September 2015

image/png

File history

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

Date/TimeThumbnailDimensionsUserComment
current20:14, 26 September 2016Thumbnail for version as of 20:14, 26 September 20165,000 × 2,500 (127 KB)CmdrjamesonCompressed with pngout. Reduced by 226kB (63% decrease).
22:31, 15 September 2015Thumbnail for version as of 22:31, 15 September 20155,000 × 2,500 (353 KB)D WellsAdd spacing between bars due to non equal sizes of X axis category
16:55, 12 September 2015Thumbnail for version as of 16:55, 12 September 20155,000 × 2,500 (352 KB)D WellsUser created page with UploadWizard
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:

Metadata