File:Executions in the USA since 1976.svg

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

Original file(SVG file, nominally 600 × 480 pixels, file size: 37 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
Deutsch: Anzahl der Hinrichtungen durch die Todesstrafe in den USA, seit 1976. Datenquelle
English: Numer of Executions by Death Penalty in the USA, since 1976. Data-source
Date
Source Own work
Author Michael F. Schönitzer
Other versions
SVG development
InfoField
 
The SVG code is valid.
 
This chart was created with Gnuplot.
 
 This chart uses embedded text that can be easily translated using a text editor (<switch> option recommended).
Source code
InfoField

Gnuplot code

#!/usr/bin/env gnuplot

# make axis grey and two sides only
set style line 11 lc rgb '#606060' lt 1
set border 31 back ls 11
set tics nomirror
# add light grid
set style line 12 lc rgb '#909090' lt 0 lw 0.3
set grid back ls 12

set title "Todestrafe in den USA"
set xlabel "Jahr"
set ylabel "Anzahl der Hinrichtungen"
set xrange [1975:2016]
set yrange [0:103]
set style fill solid 0.8

set boxwidth 0.3
set terminal svg
set output 'Hinrichtungen in den USA seit 1976.svg'
plot '../TodesstrafeUSA' u 1:2 w boxes not, '' u 1:($2 + 2):($2) with labels font ",11" not
unset output

### englisch version
set title "Death Penalty in the USA"
set xlabel "Year"
set ylabel "Numer of Executions"

set output 'Executions in the USA since 1976.svg'
plot '../TodesstrafeUSA' u 1:2 w boxes not, '' u 1:($2 + 2):($2) with labels font ",11" not
unset output

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 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/TimeThumbnailDimensionsUserComment
current20:42, 6 July 2017Thumbnail for version as of 20:42, 6 July 2017600 × 480 (37 KB)MichaelSchoenitzer (talk | contribs)update: added data of 2016
14:30, 2 January 2016Thumbnail for version as of 14:30, 2 January 2016600 × 480 (37 KB)MichaelSchoenitzer (talk | contribs)User created page with UploadWizard

Metadata