File:Hinrichtungen in den USA seit 1976.svg

Summary

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
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

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.
Category:CC-BY-SA-3.0#Hinrichtungen%20in%20den%20USA%20seit%201976.svg
Category:Self-published work Category:Death penalty statistics Category:German-language SVG diagrams
Category:CC-BY-SA-3.0 Category:Death penalty statistics Category:German-language SVG diagrams Category:Please translate by switch Category:Self-published work Category:Translation possible - SVG Category:Valid SVG created with Gnuplot code:Charts