Skip to content

Instantly share code, notes, and snippets.

@artbikes
Created August 26, 2020 15:17
Show Gist options
  • Save artbikes/08615ab7396c9de03e2334343916ac32 to your computer and use it in GitHub Desktop.
Save artbikes/08615ab7396c9de03e2334343916ac32 to your computer and use it in GitHub Desktop.
trvth
4/6/2020 11137
4/11/2020 20814
4/14/2020 30087
4/19/2020 41179
4/23/2020 50359
4/29/2020 61594
5/5/2020 72204
5/10/2020 80504
5/17/2020 90482
5/27/2020 101850
6/5/2020 110811
6/18/2020 120301
7/1/2020 130274
7/16/2020 140631
7/27/2020 150481
8/5/2020 160749
8/14/2020 170942
8/24/2020 180220
set xlabel 'Date';
set ylabel 'Deaths';
set title 'trvth';
set xdata time;
set timefmt "%m/%d/%Y";
set grid;
set datafile separator ',';
set term png size 800,380;
set output 'dons.png';
plot 'dons-new-data.csv' using 1:2 with impulses linewidth 10 notitle;
@artbikes
Copy link
Author

dons

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment