File:Ueberdosis-usa.svg

Summary

Description
Deutsch: Zahl der Opioidtoten pro Jahr in den USA, im Zeitraum von 1999 bis 2020
Source Own work data from https://nida.nih.gov/research-topics/trends-statistics/overdose-death-rates
Author A1000
SVG development
InfoField
 The SVG code is valid.
 This plot was created with gnuplot.
Category:Valid SVG created with Gnuplot#Ueberdosis-usa.svg
 Category:Translation possible - SVGThis plot uses embedded text that can be easily translated using a text editor.

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Category:CC-Zero#Ueberdosis-usa.svgCategory:Self-published work

Gnuplot script to generate this plot

Source code

Gnuplot code

#!/usr/bin/gnuplot
set terminal svg
set output "ueberdosis-usa.svg"
set grid
set title "Tote durch Überdosis in den USA"
set xtics nomirror rotate by -45
set style data histogram
set style histogram rowstacked
set style fill solid border -1
set xlabel "Jahr"
set ylabel "Anzahl"
plot [] [0:120000] 'total.dat' using 3:xtic(1) ti "Frauen", '' using 4 ti "Männer"

Data

1999	 16849	 5591	11258
2000	 17415	 5852	11563
2001	 19394	 6736	12658
2002	 23518	 8490	15028
2003	 25785	 9386	16399
2004	 27424	 10304	17120
2005	 29813	 11089	18724
2006	 34425	 12532	21893
2007	 36010	 13712	22298
2008	 36450	 13982	22468
2009	 37004	 14411	22593
2010	 38329	 15323	23006
2011	 41340	 16352	24988
2012	 41502	 16390	25112
2013	 43982	 17183	26799
2014	 47055	 18243	28812
2015	 52404	 19447	32957
2016	 63632	 22074	41558
2017	 70237	 23685	46552
2018	 67367	 22426	44941
2019	 70630	 22749	47881
2020	 91799	 28071	63728
Category:Created with Gnuplot code Category:Drug-related death statistics in the United States Category:Opioid epidemic in the United States Category:Harm reduction
Category:CC-Zero Category:Created with Gnuplot code Category:Drug-related death statistics in the United States Category:Harm reduction Category:Opioid epidemic in the United States Category:Self-published work Category:Translation possible - SVG Category:Valid SVG created with Gnuplot