File:China-primary-energy-ej-2009v1.svg
From Wikimedia Commons, the free media repository
Revision as of 13:10, 27 February 2024 by SchlurcherBot (talk | contribs) (Changed an entity: automatically adding structured data based on file information)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Size of this PNG preview of this SVG file: 614 × 470 pixels. Other resolutions: 314 × 240 pixels | 627 × 480 pixels | 1,003 × 768 pixels | 1,280 × 980 pixels | 2,560 × 1,960 pixels.
Original file (SVG file, nominally 614 × 470 pixels, file size: 8 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionChina-primary-energy-ej-2009v1.svg |
English: China's primary energy production and consumption 1980 to 2011 |
Date | |
Source | Own work |
Author | Mrfebruary |
SVG development InfoField | |
Source code InfoField | R code#Data from US EIA International Energy Statistics http://www.eia.gov/cfapps/ipdbproject/IEDIndex3.cfm
<syntaxhighlight lang = "rsplus">
#Data from US EIA International Energy Statistics http://www.eia.gov/cfapps/ipdbproject/IEDIndex3.cfm
Year<-c(1980:2009)
p<-c(18.12198,17.9451,18.92106,20.2361,22.12683,24.30279,25.04091,25.93877,27.14594,28.77554,29.38537,29.62193,30.32492,31.97204,34.13204,35.045+ 91,35.668,37.81456,36.38594,34.99918,34.19953,37.5048,42.8456,49.44335,59.38067,64.44807,66.78499,70.841,78.34819,81.88698)
# read in US EIA energy production data in quadrillion BTU
pj<-c(p*1055*10^15)
# convert to joules
pej<-c(j/10^18)
# convert to exa joules
c<-c(17.28743,17.19205,17.93384,19.00967,20.45343,22.00581,23.23741,24.75911,26.4463,26.95795,26.9986,28.15789,29.26607,30.03293,34.11018,34.75689,35.5535,37.74754,37.03911,36.51697,36.35199,38.41189,43.90983,51.15546,62.9191,68.2469,72.89202,77.29039,84.67288,90.25787)
# read in US EIA energy consumption data in quadrillion BTU
jc<-c(c*1055*10^15)
ejc<-c(jc/10^18)
library("RSVGTipsDevice")
devSVGTips(file="China-primary-energy-ej-2009v1.svg",toolTipMode=0,width=8.5,height=6.5)
par(mar=c(5,5,5,4)+0.1,cex.main=1.5,cex.lab=1)
plot(Year,ejc,las=1,ylim=c(0,95),type="n", main="China Total Primary Energy 1980 to 2009",xlab="Year", ylab="exajoules (10^18 joules)")
grid()
lines(Year,ejc,lwd=3,type="l",col=2)
lines(Year,ej,lwd=3,type="l",col=4)
mtext(side=1,line=-2.5,"Data: US EIA")
legend("top",bty='n',bg="white", c("Energy consumption","Energy production"),lty = 1,lwd=3,col = c(2,4))
box(lwd=2)
dev.off()
|
Licensing
[edit]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.
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 23:24, 29 January 2013 | 614 × 470 (8 KB) | Mrfebruary (talk | contribs) | User created page with UploadWizard |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on ca.wikipedia.org
- Usage on test.wikipedia.org
- Usage on tr.wikipedia.org
- Usage on zh.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Short title | China Total Primary Energy 1980 to 2009 |
---|---|
Image title | R SVG Plot! |
Width | 614.29 |
Height | 469.76 |