From 441f77a0eeb46395693be8ee25400a8b7e5fa935 Mon Sep 17 00:00:00 2001 From: Luis Mochan Date: Fri, 3 Apr 2020 10:28:29 -0600 Subject: [PATCH] Add comment to gnuplot files --- plotcases.g | 5 +++++ plotdec.g | 2 ++ 2 files changed, 7 insertions(+) diff --git a/plotcases.g b/plotcases.g index b1abb59..aa04809 100644 --- a/plotcases.g +++ b/plotcases.g @@ -1,5 +1,8 @@ #!/usr/bin/gnuplot -persist # +# Plot number of new cases as function of accumulated cases. +# NOTE: Plot command, labels and arrows might have to be manually adjusted +# # # G N U P L O T # Version 5.2 patchlevel 8 last modified 2019-12-01 @@ -12,6 +15,8 @@ # immediate help: type "help" (plot window: hit 'h') # set terminal qt 0 font "Sans,9" # set output + + date="`date -I`" unset clip points set clip one diff --git a/plotdec.g b/plotdec.g index f2ac34e..6248bdf 100644 --- a/plotdec.g +++ b/plotdec.g @@ -1,5 +1,7 @@ #!/usr/bin/gnuplot -persist # +# Plot number of new deaths as function of accumulated cases. +# NOTE: Plot command, labels and arrows might have to be manually adjusted # # G N U P L O T # Version 5.2 patchlevel 8 last modified 2019-12-01