File:ShotSizeEffectivnes.png

Uploaded by Prokophapala
Upload date 2014-10-24T17:48:37Z
MIME type image/png
Dimensions 463 × 470 px
File size 17.8 KB

Summary

Description
English: Shot size effectivines.

Source code

#!/usr/bin/python

from pylab import *

shot_size       =  arange(-10,10,0.01)
total_firepower = 1
target_armor = 1.5

kill_rate = total_firepower / shot_size
kill_rate[ shot_size<target_armor ] = 0

figure(figsize=(5,5))
plot( shot_size, kill_rate )
axvline( target_armor, ls='--' )
text( target_armor-0.25,0.5, 'target armor', rotation=90 )

ylabel( 'kill rate' )
xlabel( 'shot size' )

xlim(0,5)
ylim(0,1)

savefig( 'ShotSizeEffectivnes.png', bbox_inches='tight'  )

show()
Date
Source Own work
Author Prokophapala
PNG development
InfoField
 This plot was created with Matplotlib.

Licensing

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.


This image could be re-created using vector graphics as a SVG file. This has several advantages; see Commons:Media for cleanup for more information. If a SVG form of this image is available, please upload it and afterwards replace this template with {{vector version available|new image name}}.
It is recommended to name the SVG file “ShotSizeEffectivnes.svg”—then the template Vector version available (or Vva) does not need the new image name parameter.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

24 October 2014

18,276 byte

470 pixel

463 pixel

image/png

c71a410fec21f5ad17dd70956a9459e908bac988

Category:CC-BY-SA-4.0 Category:Diagrams Category:Other images that should use vector graphics Category:PNG created with Matplotlib Category:PNG that should use vector graphics Category:Self-published work