Jump to content
Wikipedia The Free Encyclopedia

File:Emissive Power.svg

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Original file (SVG file, nominally 676 ×ばつ 474 pixels, file size: 62 KB)
This is a file from the Wikimedia Commons. Information from its description page there is shown below.
Commons is a freely licensed media file repository. You can help.

Summary

DescriptionEmissive Power.svg
English: Power emitted by a black body with emissivity equals to one and an area of 1 squared meter.
Español: Potencia emitida por un cuerpo negro con emisividad igual a la unidad y un área de 1 metro cuadrado.
Русский: Мощность излучения 1 квадратного метра абсолютно чёрного тела
Date
Source Own work
Author Nicoguaro
Other versions

[edit ]

.svg:

.png:

SVG development
InfoField
The SVG code is valid .
This plot was created with Matplotlib.
Source code
InfoField

Python code

importnumpyasnp
importmatplotlib.pyplotasplt
frommatplotlibimport rcParams
rcParams['font.size'] = 16
rcParams['font.family'] = 'serif'
# Colors
red = '#e41a1c'
blue = '#377eb8'
green = '#4daf4a'
purple = '#984ea3'
# Data
sigma = 5.670373e-8
area = 1
emissivity = 1
T = np.linspace(0, 400)
P = lambda T: sigma * area * emissivity * T**4
# First plot
fig = plt.figure(figsize=(8, 5))
ax1 = fig.add_subplot(111)
plt.plot(T, P(T), lw=2, color='black')
plt.grid(b=True, ls='--', alpha=0.4)
plt.xlabel(r"$T$ (K)")
plt.ylabel(r"$P$ (W/m$^2$)")
# Annotations
plt.plot(273.15, P(273.15), 'o', color=blue, ms=10)
plt.text(240, P(273.15), 'Ice', color=blue, va='center')
plt.plot(293.15, P(293.15), 'o', color=green, ms=10)
plt.text(300, P(293.15), 'Room\ntemperature', color=green, va='top')
plt.plot(310.15, P(310.15), 'o', color=purple, ms=10)
plt.text(220, P(310.15) + 10, 'Body\ntemperature', color=purple, va='bottom')
plt.plot(373.15, P(373.15), 'o', color=red, ms=10)
plt.text(320, P(373.15), 'Boiling\nwater', color=red)
# Second axis
ax2 = ax1.twiny()
ax2.set_xlim([-273.15, 126.85])
plt.xlabel(r"$T$ ($^\circ$C)")
plt.savefig('Emissive_Power.svg', bbox_inches='tight')
plt.show()

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution
This file is licensed under the Creative Commons Attribution 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.
https://creativecommons.org/licenses/by/4.0CC BY 4.0 Creative Commons Attribution 4.0 truetrue

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

copyright status<\/a>"}},"text\/plain":{"en":{"":"copyright status"}}},"{\"value\":{\"entity-type\":\"item\",\"numeric-id\":50423863,\"id\":\"Q50423863\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"P6216":"copyrighted<\/a>"}},"text\/plain":{"en":{"P6216":"copyrighted"}}}}" class="wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P6216 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed">
source of file<\/a>"}},"text\/plain":{"en":{"":"source of file"}}},"{\"value\":{\"entity-type\":\"item\",\"numeric-id\":66458942,\"id\":\"Q66458942\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"P7482":"original creation by uploader<\/a>"}},"text\/plain":{"en":{"P7482":"original creation by uploader"}}}}" class="wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P7482 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed">
inception<\/a>"}},"text\/plain":{"en":{"":"inception"}}},"{\"value\":{\"time\":\"+2016年06月26日T00:00:00Z\",\"timezone\":0,\"before\":0,\"after\":0,\"precision\":11,\"calendarmodel\":\"http:\\\/\\\/www.wikidata.org\\\/entity\\\/Q1985727\"},\"type\":\"time\"}":{"text\/html":{"en":{"P571":"26 June 2016"}},"text\/plain":{"en":{"P571":"26 June 2016"}}}}" class="wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P571 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed">

26 June 2016

software used for creation<\/a>"}},"text\/plain":{"en":{"":"software used for creation"}}},"{\"value\":{\"entity-type\":\"item\",\"numeric-id\":2985668,\"id\":\"Q2985668\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"P13308":"Matplotlib<\/a>"}},"text\/plain":{"en":{"P13308":"Matplotlib"}}},"{\"value\":{\"entity-type\":\"property\",\"numeric-id\":3831,\"id\":\"P3831\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"":"object of statement has role<\/a>"}},"text\/plain":{"en":{"":"object of statement has role"}}},"{\"value\":{\"entity-type\":\"item\",\"numeric-id\":132529059,\"id\":\"Q132529059\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"P3831":"plotting library<\/a>"}},"text\/plain":{"en":{"P3831":"plotting library"}}},"{\"value\":{\"entity-type\":\"item\",\"numeric-id\":506883,\"id\":\"Q506883\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"P3831":"free and open-source software<\/a>"}},"text\/plain":{"en":{"P3831":"free and open-source software"}}},"{\"value\":{\"entity-type\":\"item\",\"numeric-id\":29642950,\"id\":\"Q29642950\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"P3831":"Python package<\/a>"}},"text\/plain":{"en":{"P3831":"Python package"}}}}" class="wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P13308 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed">
data size<\/a>"}},"text\/plain":{"en":{"":"data size"}}},"{\"value\":{\"amount\":\"+63517\",\"unit\":\"http:\\\/\\\/www.wikidata.org\\\/entity\\\/Q8799\"},\"type\":\"quantity\"}":{"text\/html":{"en":{"P3575":"63,517 byte<\/span>"}},"text\/plain":{"en":{"P3575":"63,517 byte"}}}}" class="wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P3575 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed">

63,517 byte

media type<\/a>"}},"text\/plain":{"en":{"":"media type"}}},"{\"value\":\"image\\\/svg+xml\",\"type\":\"string\"}":{"text\/html":{"en":{"P1163":"image\/svg+xml"}},"text\/plain":{"en":{"P1163":"image\/svg+xml"}}}}" class="wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P1163 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed">

image/svg+xml

checksum<\/a>"}},"text\/plain":{"en":{"":"checksum"}}},"{\"value\":\"2cc6ec9a2a9ae69093fb6dfd0155b22f07e863f4\",\"type\":\"string\"}":{"text\/html":{"en":{"P4092":"2cc6ec9a2a9ae69093fb6dfd0155b22f07e863f4"}},"text\/plain":{"en":{"P4092":"2cc6ec9a2a9ae69093fb6dfd0155b22f07e863f4"}}},"{\"value\":{\"entity-type\":\"property\",\"numeric-id\":459,\"id\":\"P459\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"":"determination method or standard<\/a>"}},"text\/plain":{"en":{"":"determination method or standard"}}},"{\"value\":{\"entity-type\":\"item\",\"numeric-id\":13414952,\"id\":\"Q13414952\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"P459":"SHA-1<\/a>"}},"text\/plain":{"en":{"P459":"SHA-1"}}}}" class="wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P4092 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed">

2cc6ec9a2a9ae69093fb6dfd0155b22f07e863f4

File history

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

Date/TimeThumbnailDimensionsUserComment
current17:32, 26 June 2016 Thumbnail for version as of 17:32, 26 June 2016 676 ×ばつ 474 (62 KB)Nicoguaro User created page with UploadWizard

The following 2 pages use this file:

Global file usage

The following other wikis use this file:

Metadata

This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.

If the file has been modified from its original state, some details may not fully reflect the modified file.

Width541pt
Height379pt

AltStyle によって変換されたページ (->オリジナル) /