File:Percentage of the top 1% wage earners in the United States by occupation (pie chart).svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 864 × 495 pixels, file size: 16 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: This graph shows the make up of the top one percent of United States wage earners in 2005, grouped by occupation.
Data for this graph is sourced from the report written by Jon Bakija, Adam Cole, and Bradley T. Heim titled "Jobs and Income Growth of Top Earners and the Causes of Changing Income Inequality: Evidence from U.S. Tax Return Data", column "2005" in table 2, titled "Percentage of primary taxpayers in top one percent of the distribution of income (excluding capital gains) that are in each occupation". Page 35
Date
Source Own work
Author Justin Ormont

Licensing[edit]

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 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.

Recreating the image[edit]

On the page, [1], insert this code: function drawVisualization() {

 // Create and populate the data table.
 var data = new google.visualization.DataTable();
 data.addColumn('string', 'Occupation');
 data.addColumn('number', 'Percentage');
 data.addRows(17);
 data.setValue(0, 0, 'Executives, managers, supervisors (non-finance)');   data.setValue(0, 1, 31);
data.setValue(1, 0, 'Medical');   data.setValue(1, 1, 15.7);
data.setValue(2, 0, 'Financial professions, including management');   data.setValue(2, 1, 13.9);
data.setValue(3, 0, 'Lawyers');   data.setValue(3, 1, 8.4);
data.setValue(4, 0, 'Computer, math, engineering, technical (nonfinance)');   data.setValue(4, 1, 4.6);
data.setValue(5, 0, 'Not working or deceased');   data.setValue(5, 1, 4.3);
data.setValue(6, 0, 'Skilled sales (except finance or real estate)');   data.setValue(6, 1, 4.2);
data.setValue(7, 0, 'Blue collar or miscellaneous service');   data.setValue(7, 1, 3.8);
data.setValue(8, 0, 'Real estate');   data.setValue(8, 1, 3.2);
data.setValue(9, 0, 'Business operations (nonfinance)');   data.setValue(9, 1, 3);
data.setValue(10, 0, 'Entrepreneur not elsewhere classified');   data.setValue(10, 1, 2.3);
data.setValue(11, 0, 'Professors and scientists');   data.setValue(11, 1, 1.8);
data.setValue(12, 0, 'Arts, media, sports');   data.setValue(12, 1, 1.6);
data.setValue(13, 0, 'Unknown');   data.setValue(13, 1, 0.9);
data.setValue(14, 0, 'Government, teachers, social services');   data.setValue(14, 1, 0.8);
data.setValue(15, 0, 'Farmers & ranchers');   data.setValue(15, 1, 0.5);
data.setValue(16, 0, 'Pilots');   data.setValue(16, 1, 0.2);
 // Create and draw the visualization.
 new google.visualization.PieChart(document.getElementById('visualization')).
   draw(data, {title:"", width:1400, height:800});

} ​

File history

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

Date/TimeThumbnailDimensionsUserComment
current18:09, 22 November 2015Thumbnail for version as of 18:09, 22 November 2015864 × 495 (16 KB)Delphi234 (talk | contribs)correct legend
18:01, 22 November 2015Thumbnail for version as of 18:01, 22 November 2015864 × 495 (16 KB)Delphi234 (talk | contribs)correct legend
12:10, 23 November 2011Thumbnail for version as of 12:10, 23 November 2011864 × 495 (16 KB)Justin Ormont (talk | contribs)Removed white space around graph
11:37, 23 November 2011Thumbnail for version as of 11:37, 23 November 20111,400 × 800 (9 KB)Justin Ormont (talk | contribs)

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata