File:Literacy India 1901 2011 Detail.png

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

Literacy_India_1901_2011_Detail.png(615 × 526 pixels, file size: 9 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: Graph of the net literacy rate (i.e. age 7-year+) in India in the hundred-year period 1901-2011. The data is based on the decadal census conducted in India in every year ending in 1 (i.e. xxx1). The raw data is -

Rural Urban Total Male Female Total Male Female Total Male Female Total 1901 9.8 0.6 5.3 1911 10.6 1 5.9 1921 12.2 1.8 7.2 1931 15.6 2.8 9.5 1941 24.9 7.3 16.1 1951 19.02 4.87 12.1 45.6 22.33 34.59 27.16 8.86 18.33 1961 34.3 10.1 22.5 66 40.5 54.4 40.4 15.35 28.3 1971 48.6 15.5 27.9 69.8 48.8 60.2 45.96 21.97 34.45 1981 49.6 21.7 36.1 76.7 56.3 67.2 56.38 29.76 43.57 1991 57.9 30.6 44.7 81.1 64 73.1 64.13 39.29 52.21 2001 71.4 46.7 59.4 86.7 73.2 80.3 75.85 54.16 65.38

2011 78.57 58.57 68.91 89.67 79.92 84.98 82.14 65.46 74.04
Date
Source Own work from GOI 2002-2003 Budget data. Census India
Author Sumanch
Permission
(Reusing this file)
Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Other versions
2001 Version

MATLAB Source Code[edit]

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%   Plot of Indian literacy rate from 1901 to 2011
%   Author: Sumanch
%   Date: September 22, 2012
%   License: PD-self
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Male = [9.8; 10.6; 12.2; 15.6; 24.9; 27.16; 40.4; 45.96; 56.38;...
        64.13; 75.85; 82.14];
Female = [0.6; 1; 1.8; 2.8; 7.3; 8.86; 15.35; 21.97; 29.76;...
        39.29; 54.16; 65.46];
Total = [5.3; 5.9; 7.2; 9.5; 16.1; 18.33; 28.3; 34.45; 43.57; 52.21;...
        65.38; 74.04];
Urban = [34.59; 54.4; 60.2; 67.2; 73.1; 80.3; 84.98];
Rural = [12.1; 22.5; 27.9; 36.1; 44.7; 59.4; 68.91];

dt_sou = sprintf('Source: 2011 Census of India');

hold on
p1 = plot(1901:10:2011,Male,'Color','red','LineWidth',2);
p2 = plot(1901:10:2011,Female,'Color','blue','LineWidth',2);
p3 = plot(1901:10:2011,Total,'ko-','LineWidth',2);
p4 = plot(1951:10:2011,Urban,'m--','LineWidth',2);
p5 = plot(1951:10:2011,Rural,'c--','LineWidth',2);
set(p4,'Color',[1 .3 .5])
set(p5,'Color',[.5 .3 1])

legend('Male','Female','Total','Urban','Rural','Location','NorthWest')
xlabel('Year')
ylabel('Literacy Rate (%)')
title('Literacy Rate in India','FontWeight','bold');
Text_t = annotation('textbox','Position',[0.1455 0.5443 0.12 0.11],...
    'FitBoxToText','on','String',dt_sou);

Licensing[edit]

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

File history

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

Date/TimeThumbnailDimensionsUserComment
current20:10, 23 September 2012Thumbnail for version as of 20:10, 23 September 2012615 × 526 (9 KB)Sumanch (talk | contribs)User created page with UploadWizard

The following page uses this file:

File usage on other wikis

Metadata