Datei:COVID-19-Pandemie - UG (Uganda) - Tote (800px).svg
aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen
Zur Suche springen
Größe der PNG-Vorschau dieser SVG-Datei: 800 × 450 Pixel. Weitere aus SVG automatisch erzeugte PNG-Grafiken in verschiedenen Auflösungen: 320 × 180 Pixel | 640 × 360 Pixel | 1.024 × 576 Pixel | 1.280 × 720 Pixel | 2.560 × 1.440 Pixel
Originaldatei (SVG-Datei, Basisgröße: 800 × 450 Pixel, Dateigröße: 479 KB)
Diese Datei und die Informationen unter dem roten Trennstrich werden aus dem zentralen Medienarchiv Wikimedia Commons eingebunden.
Beschreibung
BeschreibungCOVID-19-Pandemie - UG (Uganda) - Tote (800px).svg |
Deutsch: Siehe Dateiname, Grafikinhalt und de:Benutzer:Summer ... hier!/COVID-19-Pandemie |
Datum | laufende Aktualisierungen |
Quelle | Daten von der WHO - https://covid19.who.int/WHO-COVID-19-global-data.csv - durch Klicken auffindbar über https://covid19.who.int/table |
Urheber | Summer ... hier! |
Lizenz
Ich, der Urheber dieses Werkes, veröffentliche es unter der folgenden Lizenz:
Diese Datei wird unter der Creative-Commons-Lizenz „CC0 1.0 Verzicht auf das Copyright“ zur Verfügung gestellt. | |
Die Person, die das Werk mit diesem Dokument verbunden hat, übergibt dieses weltweit der Gemeinfreiheit, indem sie alle Urheberrechte und damit verbundenen weiteren Rechte – im Rahmen der jeweils geltenden gesetzlichen Bestimmungen – aufgibt. Das Werk kann – selbst für kommerzielle Zwecke – kopiert, modifiziert und weiterverteilt werden, ohne hierfür um Erlaubnis bitten zu müssen.
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse |
Gnuplot script to generate this plot
Dieser Plot wurde von v mit Gnuplot erstellt.
#!/usr/bin/env gnuplot
# Auszug der WHO Daten von https://covid19.who.int/WHO-COVID-19-global-data.csv als HereDoc
# (als Separator wurde Komma durch Semikolon getauscht um Verwechslung zum deut. Dezimaltrenner zu vermeiden)
#
# 1. Spalte: Date_reported
# 2. Spalte: Country_code
# 3. Spalte: Country
# 4. Spalte: WHO_region
# 5. Spalte: New_cases
# 6. Spalte: Cumulative_cases
# 7. Spalte: New_deaths
# 8. Spalte: Cumulative_deaths
$WHO_data << EndOfData
2020-01-03;UG;Uganda;AFRO;0;0;0;0
2020-01-04;UG;Uganda;AFRO;0;0;0;0
2020-01-05;UG;Uganda;AFRO;0;0;0;0
2020-01-06;UG;Uganda;AFRO;0;0;0;0
2020-01-07;UG;Uganda;AFRO;0;0;0;0
2020-01-08;UG;Uganda;AFRO;0;0;0;0
2020-01-09;UG;Uganda;AFRO;0;0;0;0
2020-01-10;UG;Uganda;AFRO;0;0;0;0
2020-01-11;UG;Uganda;AFRO;0;0;0;0
2020-01-12;UG;Uganda;AFRO;0;0;0;0
2020-01-13;UG;Uganda;AFRO;0;0;0;0
2020-01-14;UG;Uganda;AFRO;0;0;0;0
2020-01-15;UG;Uganda;AFRO;0;0;0;0
2020-01-16;UG;Uganda;AFRO;0;0;0;0
2020-01-17;UG;Uganda;AFRO;0;0;0;0
2020-01-18;UG;Uganda;AFRO;0;0;0;0
2020-01-19;UG;Uganda;AFRO;0;0;0;0
2020-01-20;UG;Uganda;AFRO;0;0;0;0
2020-01-21;UG;Uganda;AFRO;0;0;0;0
2020-01-22;UG;Uganda;AFRO;0;0;0;0
2020-01-23;UG;Uganda;AFRO;0;0;0;0
2020-01-24;UG;Uganda;AFRO;0;0;0;0
2020-01-25;UG;Uganda;AFRO;0;0;0;0
2020-01-26;UG;Uganda;AFRO;0;0;0;0
2020-01-27;UG;Uganda;AFRO;0;0;0;0
2020-01-28;UG;Uganda;AFRO;0;0;0;0
2020-01-29;UG;Uganda;AFRO;0;0;0;0
2020-01-30;UG;Uganda;AFRO;0;0;0;0
2020-01-31;UG;Uganda;AFRO;0;0;0;0
2020-02-01;UG;Uganda;AFRO;0;0;0;0
2020-02-02;UG;Uganda;AFRO;0;0;0;0
2020-02-03;UG;Uganda;AFRO;0;0;0;0
2020-02-04;UG;Uganda;AFRO;0;0;0;0
2020-02-05;UG;Uganda;AFRO;0;0;0;0
2020-02-06;UG;Uganda;AFRO;0;0;0;0
2020-02-07;UG;Uganda;AFRO;0;0;0;0
2020-02-08;UG;Uganda;AFRO;0;0;0;0
2020-02-09;UG;Uganda;AFRO;0;0;0;0
2020-02-10;UG;Uganda;AFRO;0;0;0;0
2020-02-11;UG;Uganda;AFRO;0;0;0;0
2020-02-12;UG;Uganda;AFRO;0;0;0;0
2020-02-13;UG;Uganda;AFRO;0;0;0;0
2020-02-14;UG;Uganda;AFRO;0;0;0;0
2020-02-15;UG;Uganda;AFRO;0;0;0;0
2020-02-16;UG;Uganda;AFRO;0;0;0;0
2020-02-17;UG;Uganda;AFRO;0;0;0;0
2020-02-18;UG;Uganda;AFRO;0;0;0;0
2020-02-19;UG;Uganda;AFRO;0;0;0;0
2020-02-20;UG;Uganda;AFRO;0;0;0;0
2020-02-21;UG;Uganda;AFRO;0;0;0;0
2020-02-22;UG;Uganda;AFRO;0;0;0;0
2020-02-23;UG;Uganda;AFRO;0;0;0;0
2020-02-24;UG;Uganda;AFRO;0;0;0;0
2020-02-25;UG;Uganda;AFRO;0;0;0;0
2020-02-26;UG;Uganda;AFRO;0;0;0;0
2020-02-27;UG;Uganda;AFRO;0;0;0;0
2020-02-28;UG;Uganda;AFRO;0;0;0;0
2020-02-29;UG;Uganda;AFRO;0;0;0;0
2020-03-01;UG;Uganda;AFRO;0;0;0;0
2020-03-02;UG;Uganda;AFRO;0;0;0;0
2020-03-03;UG;Uganda;AFRO;0;0;0;0
2020-03-04;UG;Uganda;AFRO;0;0;0;0
2020-03-05;UG;Uganda;AFRO;0;0;0;0
2020-03-06;UG;Uganda;AFRO;0;0;0;0
2020-03-07;UG;Uganda;AFRO;0;0;0;0
2020-03-08;UG;Uganda;AFRO;0;0;0;0
2020-03-09;UG;Uganda;AFRO;0;0;0;0
2020-03-10;UG;Uganda;AFRO;0;0;0;0
2020-03-11;UG;Uganda;AFRO;0;0;0;0
2020-03-12;UG;Uganda;AFRO;0;0;0;0
2020-03-13;UG;Uganda;AFRO;0;0;0;0
2020-03-14;UG;Uganda;AFRO;0;0;0;0
2020-03-15;UG;Uganda;AFRO;0;0;0;0
2020-03-16;UG;Uganda;AFRO;0;0;0;0
2020-03-17;UG;Uganda;AFRO;0;0;0;0
2020-03-18;UG;Uganda;AFRO;0;0;0;0
2020-03-19;UG;Uganda;AFRO;0;0;0;0
2020-03-20;UG;Uganda;AFRO;0;0;0;0
2020-03-21;UG;Uganda;AFRO;1;1;0;0
2020-03-22;UG;Uganda;AFRO;0;1;0;0
2020-03-23;UG;Uganda;AFRO;0;1;0;0
2020-03-24;UG;Uganda;AFRO;8;9;0;0
2020-03-25;UG;Uganda;AFRO;0;9;0;0
2020-03-26;UG;Uganda;AFRO;5;14;0;0
2020-03-27;UG;Uganda;AFRO;0;14;0;0
2020-03-28;UG;Uganda;AFRO;0;14;0;0
2020-03-29;UG;Uganda;AFRO;16;30;0;0
2020-03-30;UG;Uganda;AFRO;3;33;0;0
2020-03-31;UG;Uganda;AFRO;0;33;0;0
2020-04-01;UG;Uganda;AFRO;0;33;0;0
2020-04-02;UG;Uganda;AFRO;11;44;0;0
2020-04-03;UG;Uganda;AFRO;1;45;0;0
2020-04-04;UG;Uganda;AFRO;3;48;0;0
2020-04-05;UG;Uganda;AFRO;0;48;0;0
2020-04-06;UG;Uganda;AFRO;0;48;0;0
2020-04-07;UG;Uganda;AFRO;4;52;0;0
2020-04-08;UG;Uganda;AFRO;0;52;0;0
2020-04-09;UG;Uganda;AFRO;1;53;0;0
2020-04-10;UG;Uganda;AFRO;0;53;0;0
2020-04-11;UG;Uganda;AFRO;0;53;0;0
2020-04-12;UG;Uganda;AFRO;0;53;0;0
2020-04-13;UG;Uganda;AFRO;1;54;0;0
2020-04-14;UG;Uganda;AFRO;0;54;0;0
2020-04-15;UG;Uganda;AFRO;0;54;0;0
2020-04-16;UG;Uganda;AFRO;1;55;0;0
2020-04-17;UG;Uganda;AFRO;0;55;0;0
2020-04-18;UG;Uganda;AFRO;0;55;0;0
2020-04-19;UG;Uganda;AFRO;0;55;0;0
2020-04-20;UG;Uganda;AFRO;0;55;0;0
2020-04-21;UG;Uganda;AFRO;0;55;0;0
2020-04-22;UG;Uganda;AFRO;1;56;0;0
2020-04-23;UG;Uganda;AFRO;5;61;0;0
2020-04-24;UG;Uganda;AFRO;2;63;0;0
2020-04-25;UG;Uganda;AFRO;12;75;0;0
2020-04-26;UG;Uganda;AFRO;0;75;0;0
2020-04-27;UG;Uganda;AFRO;0;75;0;0
2020-04-28;UG;Uganda;AFRO;4;79;0;0
2020-04-29;UG;Uganda;AFRO;0;79;0;0
2020-04-30;UG;Uganda;AFRO;0;79;0;0
2020-05-01;UG;Uganda;AFRO;2;81;0;0
2020-05-02;UG;Uganda;AFRO;2;83;0;0
2020-05-03;UG;Uganda;AFRO;2;85;0;0
2020-05-04;UG;Uganda;AFRO;3;88;0;0
2020-05-05;UG;Uganda;AFRO;1;89;0;0
2020-05-06;UG;Uganda;AFRO;8;97;0;0
2020-05-07;UG;Uganda;AFRO;1;98;0;0
2020-05-08;UG;Uganda;AFRO;3;101;0;0
2020-05-09;UG;Uganda;AFRO;0;101;0;0
2020-05-10;UG;Uganda;AFRO;15;116;0;0
2020-05-11;UG;Uganda;AFRO;5;121;0;0
2020-05-12;UG;Uganda;AFRO;1;122;0;0
2020-05-13;UG;Uganda;AFRO;4;126;0;0
2020-05-14;UG;Uganda;AFRO;13;139;0;0
2020-05-15;UG;Uganda;AFRO;21;160;0;0
2020-05-16;UG;Uganda;AFRO;43;203;0;0
2020-05-17;UG;Uganda;AFRO;24;227;0;0
2020-05-18;UG;Uganda;AFRO;0;227;0;0
2020-05-19;UG;Uganda;AFRO;33;260;0;0
2020-05-20;UG;Uganda;AFRO;0;260;0;0
2020-05-21;UG;Uganda;AFRO;4;264;0;0
2020-05-22;UG;Uganda;AFRO;0;264;0;0
2020-05-23;UG;Uganda;AFRO;10;274;0;0
2020-05-24;UG;Uganda;AFRO;38;312;0;0
2020-05-25;UG;Uganda;AFRO;-8;304;0;0
2020-05-26;UG;Uganda;AFRO;0;304;0;0
2020-05-27;UG;Uganda;AFRO;37;341;0;0
2020-05-28;UG;Uganda;AFRO;10;351;0;0
2020-05-29;UG;Uganda;AFRO;59;410;0;0
2020-05-30;UG;Uganda;AFRO;0;410;0;0
2020-05-31;UG;Uganda;AFRO;36;446;0;0
2020-06-01;UG;Uganda;AFRO;12;458;0;0
2020-06-02;UG;Uganda;AFRO;0;458;0;0
2020-06-03;UG;Uganda;AFRO;128;586;0;0
2020-06-04;UG;Uganda;AFRO;50;636;0;0
2020-06-05;UG;Uganda;AFRO;15;651;0;0
2020-06-06;UG;Uganda;AFRO;35;686;0;0
2020-06-07;UG;Uganda;AFRO;36;722;0;0
2020-06-08;UG;Uganda;AFRO;23;745;0;0
2020-06-09;UG;Uganda;AFRO;30;775;0;0
2020-06-10;UG;Uganda;AFRO;0;775;0;0
2020-06-11;UG;Uganda;AFRO;19;794;0;0
2020-06-12;UG;Uganda;AFRO;14;808;0;0
2020-06-13;UG;Uganda;AFRO;0;808;0;0
2020-06-14;UG;Uganda;AFRO;15;823;0;0
2020-06-15;UG;Uganda;AFRO;0;823;0;0
2020-06-16;UG;Uganda;AFRO;0;823;0;0
2020-06-17;UG;Uganda;AFRO;0;823;0;0
2020-06-18;UG;Uganda;AFRO;0;823;0;0
2020-06-19;UG;Uganda;AFRO;0;823;0;0
2020-06-20;UG;Uganda;AFRO;0;823;0;0
2020-06-21;UG;Uganda;AFRO;0;823;0;0
2020-06-22;UG;Uganda;AFRO;-68;755;0;0
2020-06-23;UG;Uganda;AFRO;19;774;0;0
2020-06-24;UG;Uganda;AFRO;23;797;0;0
2020-06-25;UG;Uganda;AFRO;8;805;0;0
2020-06-26;UG;Uganda;AFRO;16;821;0;0
2020-06-27;UG;Uganda;AFRO;12;833;0;0
2020-06-28;UG;Uganda;AFRO;0;833;0;0
2020-06-29;UG;Uganda;AFRO;0;833;0;0
2020-06-30;UG;Uganda;AFRO;37;870;0;0
2020-07-01;UG;Uganda;AFRO;19;889;0;0
2020-07-02;UG;Uganda;AFRO;4;893;0;0
2020-07-03;UG;Uganda;AFRO;9;902;0;0
2020-07-04;UG;Uganda;AFRO;9;911;0;0
2020-07-05;UG;Uganda;AFRO;16;927;0;0
2020-07-06;UG;Uganda;AFRO;12;939;0;0
2020-07-07;UG;Uganda;AFRO;14;953;0;0
2020-07-08;UG;Uganda;AFRO;18;971;0;0
2020-07-09;UG;Uganda;AFRO;6;977;0;0
2020-07-10;UG;Uganda;AFRO;23;1000;0;0
2020-07-11;UG;Uganda;AFRO;6;1006;0;0
2020-07-12;UG;Uganda;AFRO;7;1013;0;0
2020-07-13;UG;Uganda;AFRO;12;1025;0;0
2020-07-14;UG;Uganda;AFRO;4;1029;0;0
2020-07-15;UG;Uganda;AFRO;11;1040;0;0
2020-07-16;UG;Uganda;AFRO;3;1043;0;0
2020-07-17;UG;Uganda;AFRO;8;1051;0;0
2020-07-18;UG;Uganda;AFRO;5;1056;0;0
2020-07-19;UG;Uganda;AFRO;6;1062;0;0
2020-07-20;UG;Uganda;AFRO;3;1065;0;0
2020-07-21;UG;Uganda;AFRO;4;1069;0;0
2020-07-22;UG;Uganda;AFRO;3;1072;0;0
2020-07-23;UG;Uganda;AFRO;3;1075;0;0
2020-07-24;UG;Uganda;AFRO;5;1080;1;1
2020-07-25;UG;Uganda;AFRO;9;1089;0;1
2020-07-26;UG;Uganda;AFRO;14;1103;0;1
2020-07-27;UG;Uganda;AFRO;12;1115;1;2
2020-07-28;UG;Uganda;AFRO;13;1128;0;2
2020-07-29;UG;Uganda;AFRO;7;1135;0;2
2020-07-30;UG;Uganda;AFRO;0;1135;0;2
2020-07-31;UG;Uganda;AFRO;12;1147;0;2
2020-08-01;UG;Uganda;AFRO;7;1154;1;3
2020-08-02;UG;Uganda;AFRO;22;1176;1;4
2020-08-03;UG;Uganda;AFRO;6;1182;0;4
2020-08-04;UG;Uganda;AFRO;13;1195;1;5
2020-08-05;UG;Uganda;AFRO;8;1203;0;5
2020-08-06;UG;Uganda;AFRO;10;1213;0;5
2020-08-07;UG;Uganda;AFRO;10;1223;0;5
2020-08-08;UG;Uganda;AFRO;31;1254;1;6
2020-08-09;UG;Uganda;AFRO;15;1269;0;6
2020-08-10;UG;Uganda;AFRO;14;1283;1;7
2020-08-11;UG;Uganda;AFRO;14;1297;2;9
2020-08-12;UG;Uganda;AFRO;16;1313;0;9
2020-08-13;UG;Uganda;AFRO;19;1332;0;9
2020-08-14;UG;Uganda;AFRO;21;1353;2;11
2020-08-15;UG;Uganda;AFRO;32;1385;1;12
2020-08-16;UG;Uganda;AFRO;49;1434;0;12
2020-08-17;UG;Uganda;AFRO;66;1500;1;13
2020-08-18;UG;Uganda;AFRO;60;1560;2;15
2020-08-19;UG;Uganda;AFRO;43;1603;0;15
2020-08-20;UG;Uganda;AFRO;53;1656;1;16
2020-08-21;UG;Uganda;AFRO;94;1750;3;19
2020-08-22;UG;Uganda;AFRO;0;1750;0;19
2020-08-23;UG;Uganda;AFRO;416;2166;1;20
2020-08-24;UG;Uganda;AFRO;97;2263;0;20
2020-08-25;UG;Uganda;AFRO;99;2362;2;22
2020-08-26;UG;Uganda;AFRO;64;2426;3;25
2020-08-27;UG;Uganda;AFRO;98;2524;1;26
2020-08-28;UG;Uganda;AFRO;0;2524;0;26
2020-08-29;UG;Uganda;AFRO;232;2756;2;28
2020-08-30;UG;Uganda;AFRO;0;2756;0;28
2020-08-31;UG;Uganda;AFRO;132;2888;2;30
2020-09-01;UG;Uganda;AFRO;84;2972;2;32
2020-09-02;UG;Uganda;AFRO;65;3037;0;32
2020-09-03;UG;Uganda;AFRO;75;3112;0;32
2020-09-04;UG;Uganda;AFRO;176;3288;1;33
2020-09-05;UG;Uganda;AFRO;65;3353;2;35
2020-09-06;UG;Uganda;AFRO;186;3539;4;39
2020-09-07;UG;Uganda;AFRO;128;3667;2;41
2020-09-08;UG;Uganda;AFRO;109;3776;3;44
2020-09-09;UG;Uganda;AFRO;124;3900;2;46
2020-09-10;UG;Uganda;AFRO;201;4101;0;46
2020-09-11;UG;Uganda;AFRO;190;4291;2;48
2020-09-12;UG;Uganda;AFRO;86;4377;1;49
2020-09-13;UG;Uganda;AFRO;326;4703;3;52
2020-09-14;UG;Uganda;AFRO;96;4799;3;55
2020-09-15;UG;Uganda;AFRO;179;4978;1;56
2020-09-16;UG;Uganda;AFRO;145;5123;2;58
2020-09-17;UG;Uganda;AFRO;143;5266;2;60
2020-09-18;UG;Uganda;AFRO;114;5380;0;60
2020-09-19;UG;Uganda;AFRO;210;5590;1;61
2020-09-20;UG;Uganda;AFRO;427;6017;2;63
2020-09-21;UG;Uganda;AFRO;270;6287;0;63
2020-09-22;UG;Uganda;AFRO;181;6468;0;63
2020-09-23;UG;Uganda;AFRO;244;6712;1;64
2020-09-24;UG;Uganda;AFRO;167;6879;5;69
2020-09-25;UG;Uganda;AFRO;185;7064;1;70
2020-09-26;UG;Uganda;AFRO;154;7218;1;71
2020-09-27;UG;Uganda;AFRO;146;7364;0;71
2020-09-28;UG;Uganda;AFRO;166;7530;2;73
2020-09-29;UG;Uganda;AFRO;247;7777;2;75
2020-09-30;UG;Uganda;AFRO;240;8017;0;75
2020-10-01;UG;Uganda;AFRO;112;8129;0;75
2020-10-02;UG;Uganda;AFRO;158;8287;0;75
2020-10-03;UG;Uganda;AFRO;204;8491;4;79
2020-10-04;UG;Uganda;AFRO;0;8491;0;79
2020-10-05;UG;Uganda;AFRO;317;8808;2;81
2020-10-06;UG;Uganda;AFRO;157;8965;1;82
2020-10-07;UG;Uganda;AFRO;117;9082;2;84
2020-10-08;UG;Uganda;AFRO;178;9260;1;85
2020-10-09;UG;Uganda;AFRO;182;9442;0;85
2020-10-10;UG;Uganda;AFRO;96;9538;1;86
2020-10-11;UG;Uganda;AFRO;0;9538;0;86
2020-10-12;UG;Uganda;AFRO;263;9801;7;93
2020-10-13;UG;Uganda;AFRO;63;9864;1;94
2020-10-14;UG;Uganda;AFRO;81;9945;1;95
2020-10-15;UG;Uganda;AFRO;124;10069;0;95
2020-10-16;UG;Uganda;AFRO;48;10117;1;96
2020-10-17;UG;Uganda;AFRO;217;10334;0;96
2020-10-18;UG;Uganda;AFRO;121;10455;0;96
2020-10-19;UG;Uganda;AFRO;135;10590;1;97
2020-10-20;UG;Uganda;AFRO;101;10691;0;97
2020-10-21;UG;Uganda;AFRO;97;10788;0;97
2020-10-22;UG;Uganda;AFRO;145;10933;1;98
2020-10-23;UG;Uganda;AFRO;108;11041;0;98
2020-10-24;UG;Uganda;AFRO;122;11163;1;99
2020-10-25;UG;Uganda;AFRO;134;11297;0;99
2020-10-26;UG;Uganda;AFRO;146;11443;2;101
2020-10-27;UG;Uganda;AFRO;114;11557;0;101
2020-10-28;UG;Uganda;AFRO;64;11621;2;103
2020-10-29;UG;Uganda;AFRO;146;11767;3;106
2020-10-30;UG;Uganda;AFRO;434;12201;2;108
2020-10-31;UG;Uganda;AFRO;209;12410;2;110
2020-11-01;UG;Uganda;AFRO;85;12495;1;111
2020-11-02;UG;Uganda;AFRO;248;12743;1;112
2020-11-03;UG;Uganda;AFRO;228;12971;2;114
2020-11-04;UG;Uganda;AFRO;128;13099;1;115
2020-11-05;UG;Uganda;AFRO;252;13351;2;117
2020-11-06;UG;Uganda;AFRO;217;13568;0;117
2020-11-07;UG;Uganda;AFRO;284;13852;14;131
2020-11-08;UG;Uganda;AFRO;214;14066;0;131
2020-11-09;UG;Uganda;AFRO;337;14403;1;132
2020-11-10;UG;Uganda;AFRO;171;14574;1;133
2020-11-11;UG;Uganda;AFRO;130;14704;0;133
2020-11-12;UG;Uganda;AFRO;289;14993;6;139
2020-11-13;UG;Uganda;AFRO;224;15217;4;143
2020-11-14;UG;Uganda;AFRO;185;15402;1;144
2020-11-15;UG;Uganda;AFRO;387;15789;0;144
2020-11-16;UG;Uganda;AFRO;231;16020;1;145
2020-11-17;UG;Uganda;AFRO;237;16257;5;150
2020-11-18;UG;Uganda;AFRO;306;16563;0;150
2020-11-19;UG;Uganda;AFRO;342;16905;7;157
2020-11-20;UG;Uganda;AFRO;243;17148;1;158
2020-11-21;UG;Uganda;AFRO;283;17431;10;168
2020-11-22;UG;Uganda;AFRO;236;17667;0;168
2020-11-23;UG;Uganda;AFRO;301;17968;4;172
2020-11-24;UG;Uganda;AFRO;197;18165;9;181
2020-11-25;UG;Uganda;AFRO;241;18406;5;186
2020-11-26;UG;Uganda;AFRO;484;18890;5;191
2020-11-27;UG;Uganda;AFRO;225;19115;0;191
2020-11-28;UG;Uganda;AFRO;473;19588;6;197
2020-11-29;UG;Uganda;AFRO;356;19944;4;201
2020-11-30;UG;Uganda;AFRO;201;20145;0;201
2020-12-01;UG;Uganda;AFRO;314;20459;4;205
2020-12-02;UG;Uganda;AFRO;576;21035;0;205
2020-12-03;UG;Uganda;AFRO;374;21409;1;206
2020-12-04;UG;Uganda;AFRO;203;21612;0;206
2020-12-05;UG;Uganda;AFRO;286;21898;0;206
2020-12-06;UG;Uganda;AFRO;290;22188;0;206
2020-12-07;UG;Uganda;AFRO;311;22499;0;206
2020-12-08;UG;Uganda;AFRO;701;23200;1;207
2020-12-09;UG;Uganda;AFRO;0;23200;0;207
2020-12-10;UG;Uganda;AFRO;1859;25059;0;207
2020-12-11;UG;Uganda;AFRO;671;25730;13;220
2020-12-12;UG;Uganda;AFRO;639;26369;0;220
2020-12-13;UG;Uganda;AFRO;702;27071;0;220
2020-12-14;UG;Uganda;AFRO;461;27532;1;221
2020-12-15;UG;Uganda;AFRO;234;27766;3;224
2020-12-16;UG;Uganda;AFRO;402;28168;1;225
2020-12-17;UG;Uganda;AFRO;565;28733;0;225
2020-12-18;UG;Uganda;AFRO;628;29361;3;228
2020-12-19;UG;Uganda;AFRO;710;30071;2;230
2020-12-20;UG;Uganda;AFRO;631;30702;0;230
2020-12-21;UG;Uganda;AFRO;485;31187;1;231
2020-12-22;UG;Uganda;AFRO;197;31384;7;238
2020-12-23;UG;Uganda;AFRO;526;31910;0;238
2020-12-24;UG;Uganda;AFRO;489;32399;7;245
2020-12-25;UG;Uganda;AFRO;515;32914;0;245
2020-12-26;UG;Uganda;AFRO;446;33360;0;245
2020-12-27;UG;Uganda;AFRO;203;33563;0;245
2020-12-28;UG;Uganda;AFRO;248;33811;3;248
2020-12-29;UG;Uganda;AFRO;0;33811;0;248
2020-12-30;UG;Uganda;AFRO;470;34281;0;248
2020-12-31;UG;Uganda;AFRO;396;34677;1;249
2021-01-01;UG;Uganda;AFRO;539;35216;2;251
2021-01-02;UG;Uganda;AFRO;0;35216;0;251
2021-01-03;UG;Uganda;AFRO;496;35712;23;274
2021-01-04;UG;Uganda;AFRO;210;35922;0;274
2021-01-05;UG;Uganda;AFRO;128;36050;0;274
2021-01-06;UG;Uganda;AFRO;0;36050;0;274
2021-01-07;UG;Uganda;AFRO;652;36702;20;294
2021-01-08;UG;Uganda;AFRO;372;37074;3;297
2021-01-09;UG;Uganda;AFRO;222;37296;3;300
2021-01-10;UG;Uganda;AFRO;258;37554;1;301
EndOfData
# input (Zeitformat und Separator definieren)
#
set timefmt "%Y-%m-%d"
set datafile separator ';'
# Varialben zeile_X_stat setzten
# (every ::0 steht für 'ab erster Zeile' und kann weggelassen werden)
stats $WHO_data every ::0 using 5 name "zeile_5_stat" nooutput
stats $WHO_data every ::0 using 6 name "zeile_6_stat" nooutput
stats $WHO_data every ::0 using 7 name "zeile_7_stat" nooutput
stats $WHO_data every ::0 using 8 name "zeile_8_stat" nooutput
# Start und Ende ermitteln und Label setzen (incl. Konsolenausgabe)
stats $WHO_data every ::0 u (strptime("%Y-%m-%d",strcol(1))) name "datum" nooutput
print ' -----Stats-(Timestamp)----'
print ' Start: ', strftime("%d. %B %Y",datum_min)
print ' Ende: ', strftime("%d. %B %Y",datum_max)
print ' --------------------------'
# label fuer Grafikueberschrtft oben links mit den ermittelten Werten setzen
set label 'Daten vom '.strftime("%d.%m.%y",datum_min).' bis '.strftime("%d.%m.%y",datum_max) at graph 0.03, graph 0.93
# als Workaround nehmen wir statt zweimal 'ylabel' hier zweimal 'label'
# (bei multiplot ist es schwierig fuer alle Plots ein ylabel mit gleichen seitl. Einzug zu finden)
set label "Tote (kumuliert)" at screen 0.017, 0.700 rotate by +90 center
set label "Tote" at screen 0.017, 0.300 rotate by +90 center
# output
#
# Name der SVG-Datei
set output 'COVID-19-Pandemie_-_UG_(Uganda)_-_Tote_(800px).svg'
unset key # keine Box fuer Legende
set border 3 # Rahmen unten (Bit 1) und links (+ Bit 2)
set xtics scale 0.7 0.4 # Skalenstriche x-Achse etwas kleiner
set ytics scale 0.7 0.4 # Skalenstriche y-Achse etwas kleiner
# Gitterlinienen per Hand setzen
set style line 1 linetype rgb '#4f4f4f' linewidth 0.25 # Def. Major-grid
set style line 2 linetype rgb '#9f9f9f' linewidth 0.20 # def. Minor-grid
unset grid
set grid noxtics nomxtics # Keine Gitterlinen an der 1. X-Achse (Monate)
set grid x2tics nomx2tics # Gitterliniene an der 2. X-Achse (Kalenderwochen)
set grid ytics mytics # Gitterl. an der Y-Achse
set grid back # Gitter im Hintergrund
set grid linestyle 1, linestyle 2 # Setzen des linestyle fuer Major u. Minor
# X-Achsenbeschriftung:
# ueber x1 machen wir die Monatsbschriftung, ueber x2 die Kalenderwochenbeschriftung
#
# beide X-Achsen, also x1 und x2, als Zeitachse definieren
set xdata time
set x2data time
# Bereich (von - bis) der X-Achse definieren
# Beginnt am 1. Jan. 2020 und Edit heute plus 6 Tage
xrange_max=strftime("%Y-%m-%d", time(0) + (60*60*24*6))
# zuvor Berechnetes xrange_max setzten
set xrange ['2020-01-01': xrange_max]
set x2range ['2020-01-01': xrange_max]
# die Maker fuer Monat setzen wir per Hand. Als 'format' geben wir einen leeren String an damit
# kein Text generiert wird (fuer die untere Grafik setzen wir den Text spaeter)
set xtics format "" # Format auf Nichts damit gnuplot die folgenden Daten nicht aufloest
set xtics ( "2020-01-01" \
, "2020-02-01" \
, "2020-03-01" \
, "2020-04-01" \
, "2020-05-01" \
, "2020-06-01" \
, "2020-07-01" \
, "2020-08-01" \
, "2020-09-01" \
, "2020-10-01" \
, "2020-11-01" \
, "2020-12-01" \
, "2021-01-01" \
, "2021-02-01" \
, "2021-03-01" \
)
#
# Kalenderwochen-Striche
#
# fuer x2 (KW) ebendalls keine Beschriftung
set format x2 ''
# der 6. Jan. 2020 war ein Montag - da setzen wir den ersten Strich und die
# folgenden Striche alle 7 Tage (hier in 60 * 60 * 24 * 7 Sekunden)
set x2tics '2020-01-06', 60 * 60 * 24 * 7
set x2tics scale 0
set xtics nomirror
unset mxtics
# Format Y-Achse
set decimalsign locale "de_DE.utf8"
set format y "%'.0f"
set yrange [-10:*]
set ytics 50
set mytics 5
set ytics nomirror
# Zebramuster
set style rect fillcolor lt -1 fillstyle solid 0.06 noborder
do for [i=1:12:2] {
marker_start=sprintf("2020-%1.2d-01",i)
marker_stop =sprintf("2020-%1.2d-01",i+1)
print 'setze grauen Marker: ' . marker_start . "-" . marker_stop
set object rectangle from marker_start,graph 0 to marker_stop, graph 1
}
# Groesse und Schrift definieren
#
# Zur Variablen 'datum_max' siehe oben
my_svg_name=strftime("COVID_%d_%m_%Y",datum_max)
set term svg size 800,450 font "Arial,16" name my_svg_name
###########################################################################################
set lmargin 10.0 # linker Rand fuer Beschriftung Y-Achse sollte nicht auf Auto stehen
set rmargin 1.0 # rechter Rand
set tmargin 1.0 # top margin
set bmargin 0.0 # bottom margin
set multiplot
# Ausgabe oberer Graph
set size 1.000, 0.550 # Groesse der Grafik
set origin 0.000, 0.450 # def. der linken unteren Ecke
unset xlabel
plot $WHO_data usi 1:8 axis x1y1 tit 'Infizierte' lt rgb '#700070' lw 1.50 with lines
# Ausgabe unterer Graph
set tmargin 0.4 # Wert von oben ueberschreiben damit Grafiken enger zusammen
unset bmargin # oben wurde bottommargin auf null gesetzt - jetzt wieder auto damit Platz fuer Skala
unset label #
set size 1.000, 0.450
set origin 0.000, 0.000
# Wenn das Datumsintervall so gross wird das die Labels zu eng gesetzt sind
# hier jeden zweiten Eintrag loeschen!
set xtics rotate by +30 center offset -1.5,-0.6
set xtics add ( "1. Jan." "2020-01-01" \
, "1. Feb." "2020-02-01" \
, "1. März" "2020-03-01" \
, "1. Apr." "2020-04-01" \
, "1. Mai" "2020-05-01" \
, "1. Jun." "2020-06-01" \
, "1. Jul." "2020-07-01" \
, "1. Aug." "2020-08-01" \
, "1. Sep." "2020-09-01" \
, "1. Okt." "2020-10-01" \
, "1. Nov." "2020-11-01" \
, "1. Dez." "2020-12-01" \
, "1. Jan. 21" "2021-01-01" \
, "1. Feb." "2021-02-01" \
, "1. März" "2021-03-01" \
)
set xlabel "Datum (Monats- und KW-Skala)"
set yrange [-1:*]
set ytics 5
set mytics 5
# Ueber den Wert von lw kann man die Sichtbarkeit bei kl. Aufl. regulieren
plot $WHO_data usi 1:7 axis x1y1 tit '' lt rgb '#700070' lw 0.75 with impulses
unset multiplot
In dieser Datei abgebildete Objekte
Motiv
image/svg+xml
d4d6d4bc06d82f07fdae5eb3e3a7e8bc7a918a23
490.201 Byte
450 Pixel
800 Pixel
Dateiversionen
Klicke auf einen Zeitpunkt, um diese Version zu laden.
Version vom | Vorschaubild | Maße | Benutzer | Kommentar | |
---|---|---|---|---|---|
aktuell | 14:46, 26. Dez. 2023 | 800 × 450 (479 KB) | Summer ... hier! | update | |
22:50, 29. Okt. 2023 | 800 × 450 (463 KB) | Summer ... hier! | update | ||
08:24, 6. Okt. 2023 | 800 × 450 (457 KB) | Summer ... hier! | update | ||
19:43, 6. Sep. 2023 | 800 × 450 (449 KB) | Summer ... hier! | update | ||
16:44, 24. Aug. 2023 | 800 × 450 (444 KB) | Summer ... hier! | update | ||
08:50, 17. Aug. 2023 | 800 × 450 (442 KB) | Summer ... hier! | update | ||
10:44, 10. Aug. 2023 | 800 × 450 (441 KB) | Summer ... hier! | update | ||
01:42, 3. Aug. 2023 | 800 × 450 (439 KB) | Summer ... hier! | update | ||
12:43, 27. Jul. 2023 | 800 × 450 (437 KB) | Summer ... hier! | update | ||
22:32, 26. Jul. 2023 | 800 × 450 (415 KB) | Summer ... hier! | update |
Dateiverwendung
Die folgenden 4 Seiten verwenden diese Datei:
Globale Dateiverwendung
Die nachfolgenden anderen Wikis verwenden diese Datei:
- Verwendung auf fr.wikipedia.org
Metadaten
Diese Datei enthält weitere Informationen (beispielsweise Exif-Metadaten), die in der Regel von der Digitalkamera oder dem verwendeten Scanner stammen. Durch nachträgliche Bearbeitung der Originaldatei können einige Details verändert worden sein.
Kurztitel | COVID_19_12_2023_UG |
---|---|
Bildtitel | Produced by GNUPLOT 5.0 patchlevel rc2 |
Breite | 800 |
Höhe | 450 |