File:Hiroshima bomb effects diagram.svg

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

Original file(SVG file, nominally 720 × 540 pixels, file size: 37 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: Effects of hiroshima bomb. Residual radiation is not taken to this graph. 5 PSI (5 pounds per square inch, 350 kPa) wooden houses destroyed, 1 PSI partially destruction, effect same than 33 m/s storm, 0.1 psi many glass windows shattered. Red circle, skin has 50% of 2:n degree burns (bladders), yellow 1. degree burns possible (painful, red skin). Hatched area is 500 rem initial radiation, that is 50-80 % dead.
Date
Source Own work
Author Merikanto

This image is produced with this matplotlib script

import matplotlib.pyplot as plt

    1. in ubuntu
    2. you need python-matplotlib, python-tk

poltto1 = plt.Circle((0, 0), 4.66, color='y') ## no burning poltto2 = plt.Circle((0, 0), 2.56, color='r') ## 2 deg burns 50% paine0 = plt.Circle((0, 0), 13, color='b', fill=False) ## class shatter ca. 0.1 psi paine1 = plt.Circle((0, 0), 4.52, color='b', fill=False) ## 1 PSI ca 33 m/s paine2 = plt.Circle((0, 0), 1.67, color='b', fill=False) ## 5 PSI, wooden houses collapse

sateily1 = plt.Circle((0, 0), 1.2, color='#000000', fill=False, hatch='/')

fig, ax = plt.subplots()

ax = plt.gca() ax.cla()

ax.set_xlim((0, 15)) ax.set_ylim((0, 15))

ax.add_artist(poltto1) ax.add_artist(poltto2) ax.add_artist(paine0) ax.add_artist(paine1) ax.add_artist(paine2)

ax.add_artist(sateily1)

plt.xlabel('km') plt.ylabel('km') plt.title('Hiroshima bomb effects', fontsize=20) ax.text(0, 13.0,'0.1 PSI, 13 km', fontsize=15) ax.text(0, 4.66,'1 PSI, 4.66 km', fontsize=15) ax.text(0, 2.56,'5 PSI, 2.56 km', fontsize=15)

fig.savefig('plotti.svg')

Source of data is Hiroshima, Finnish wiki and Nukemap, Hiroshima, and finnish Ydinaseiden vaikutukset in fi.wikipedia.

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 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.
  • 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/TimeThumbnailDimensionsUserComment
current09:53, 15 September 2017Thumbnail for version as of 09:53, 15 September 2017720 × 540 (37 KB)Merikanto (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

Metadata