File:ShotSizeEffectivnes.png

From Wikiversity
Jump to navigation Jump to search

ShotSizeEffectivnes.png(463 × 470 pixels, file size: 18 KB, MIME type: image/png)

This is a file from the Wikimedia Commons. The description on its description page there is shown below.

Commons is a freely licensed media file repository. You can help.

Summary

Description
English:
#!/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

 
This plot was created with Matplotlib.
Author Prokophapala

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.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

24 October 2014

File history

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

Date/TimeThumbnailDimensionsUserComment
current17:48, 24 October 2014Thumbnail for version as of 17:48, 24 October 2014463 × 470 (18 KB)ProkophapalaUser created page with UploadWizard

The following page uses this file:

Metadata