File:Ebola sierraleone2014.svg

Summary

Description
Deutsch: Ebola in Sierra Leone 2014, Blau: Bestätige Fälle (gestrichelt: inkl. vermutete Fälle), Rot: davon Todesfälle (gestrichelt: inkl. vermutete Fälle)
English: Ebola virus disease in Sierra Leone 2014, blue: confirmed cases (broken line: including probable and suspect cases), red: confirmed deaths (broken line: including probable and suspect deaths)
 confirmed cases
 incl. suspect cases
 confirmed deaths
 incl. suspect deaths
Date
Source Own work using: http://www.who.int/csr/don/archive/disease/ebola/en/ & http://www.who.int/csr/disease/ebola/situation-reports/archive/en/
Author StefanPohl
SVG development
InfoField
 
The SVG code is valid.
 
This chart was created with Gnuplot.
Category:Valid SVG created with Gnuplot code:Charts#Ebola%20sierraleone2014.svg
 
Category:Translation possible - SVGThis plot uses embedded text that can be easily translated using a text editor.
Category:Graphic Lab-de#%20Ebola%20sierraleone2014.svg
Source code
InfoField

Gnuplot code

# gnuplot 5.1 (CVS)
reset
set terminal svg size 600,480 fname 'Verdana,sans-serif bold' fsize 18 lw 5
unset key
set grid lt 1 lc rgb 0xAAAAAA lw .5
set border 3 lw .75
set tics nomirror
set xdata time
set timefmt  '%Y-%m-%d'
set format x '%Y-%m-%d'
set autoscale fix
set xtics 60*60*24*14 nomirror rotate by 45 right

set for [i=1:4] style line i ps .75 pt 7
set style line 1 lc rgb 0x0000FF dt 2
set style line 2 lc rgb 0x0000FF
set style line 3 lc rgb 0xFF0000 dt 2
set style line 4 lc rgb 0xFF0000

NA = '*'
do for[data in 'ebola_guinea2014 ebola_liberia2014 ebola_sierraleone2014'] {
  set output data.'.svg'
  set yrange [0:]
  plot data.'.txt' \
        u 1:(strcol(2) eq NA

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#Ebola%20sierraleone2014.svg
Category:Self-published work Category:2014 Ebola outbreak statistics Category:Ebola in Sierra Leone
Category:2014 Ebola outbreak statistics Category:CC-Zero Category:Ebola in Sierra Leone Category:Graphic Lab-de Category:Self-published work Category:Translation possible - SVG Category:Valid SVG created with Gnuplot code:Charts