File:China Human Dev SVG.svg
Summary
| Description |
English: SVG alternative to the File:China, Trends in the Human Development Index 1970-2010.png, Data from http://hdr.undp.org/en/data/trends/hybrid/. |
| Date | |
| Source | Own work |
| Author | IkamusumeFan |
| Other versions |
![]() |
| SVG development | |
| Source code |
# Author: Ika, 2013-11-28
set term svg size 438,295 font 'Times, 12'
set output 'China_Human_Dev_SVG.svg'
set multiplot
set xrange [1970:2010]
set yrange [0.3:0.8]
set xtics 5.0
set ytics 0.1
unset label
set key off
# Draw the curve.
plot '-' w lp lc rgb "red" pt 7 ps 1
1970 0.349
1975 0.389
1980 0.433
1985 0.478
1990 0.514
1995 0.580
2000 0.636
2005 0.677
2010 0.718
e
# Draw the y labels.
plot '-' w labels offset 0,0.7
1970 0.349 0.349
1975 0.389 0.389
1980 0.433 0.433
1985 0.478 0.478
1990 0.514 0.514
1995 0.580 0.580
2000 0.636 0.636
2005 0.677 0.677
2010 0.718 0.718
e
unset multiplot
set term x11
set output
|
Licensing
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 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.
